ワンライナー

ワンライナー

Get the 10 biggest files/folders for the current direcotry $ du -s * | sort -n | tail Get the 10 biggest files/folders for the current direcotry | Command-line Fu The best UNIX commands on the web Command-line Fu The best UNIX commands on …

よく使うコマンドを表示

$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r bashで動きました。 シェルを確認するには、$ echo $SHELL よく使うコマンドは? | Shin x blog