フォロー
Command Line Magic
@climagic
Cool Unix/Linux Command Line tricks you can use in $TWITTER_CHAR_LIMIT characters or less. Here mostly to inspire all to try more. Read docs first, run later.\~
BASHLANDclimagic.org2009年11月からTwitterを利用しています

Command Line Magicさんのツイート

a=(697 770 852 941);b=(1209 1336 1477 1633);c='123A456B789C*0#D';while read -N1 l;do r="${c#*$l}";i=$((${#c}-${#r}-1));[ "$l" = "*" ]&&i=12;play -n synth sin ${a[$((i/4))]} sin ${b[$((i%4))]} remix - trim 0 0.2 2>/dev/null;done # Play DTMF tones using your keyboard. Uses sox pkg.
メディアを再生できません。
再読み込み
3
142
468
このスレッドを表示
while true ; do cat globe.vt | pv -L9600 -q | GREP_COLORS="ms=01;32" egrep --color=always "[^ ]+" | GREP_COLORS="ms=01;44" egrep --color=always -e "\ +" | sed 's/^.\[01;44m//' ; done # Level up
メディアを再生できません。
再読み込み
5
69
288
このスレッドを表示
Some programs like to send their help output to STDERR instead of STDOUT. This makes it harder to pipe the output to other programs. If you had to choose, where would you prefer the help output from a program to go?
STDOUT
STDERR
I don't care
I don't understand
3,734票 · 残り16時間
51
31
56
ls -ld /lost+found # Unless you've had some filesystem trouble or migrated to a new root filesystem, this will usually indicate when you installed a system.
2
20
111
cd(){ [[ -t 1 && $((RANDOM%20)) -eq 0 ]] && echo " meow (=^_^=) )~"; builtin cd "$@"; } # %5 chance of printing an ASCII art cat when you run the cd command. By Adi on mastodon
5
53
199
awk 'NR==1{print} END {print}' data.csv # An awk way to print the first and last line of a file easily using awk so that for example you can see the headers along with the most recent entry for data.
8
35
173
Why reinvent the tweet
引用ツイート
SwiftOnSecurity
@SwiftOnSecurity
·
NO MORE PACKAGE MANAGERS. STOP. NO. PLAY WITH THE TOYS YOU ALREADY HAVE.
9
27
111
for i in *.tar.gz; do mkdir "${i%.tar.gz}";( cd "${i%.tar.gz}" && tar zxvf ../"$i" );done # Put the output of each tar file into its own directory.
8
57
268

Twitterを使ってみよう

今すぐ登録して、タイムラインをカスタマイズしましょう。
アカウント作成
画像
画像
画像
画像
画像
画像

トレンド

いまどうしてる?

アメリカ合衆国のトレンド
#RHOBH
9,484件のツイート
アメリカ合衆国のトレンド
#BB22
トレンドトピック: #BigBrother, #bballstars
140,259件のツイート
ナショナルホッケーリーグ · トレンド
Jack Johnson
トレンドトピック: #LetsGoPens
4,293件のツイート