しらんかったよ もしくは わすれてたよ のメモ
日経linux201301号の付録冊子より
base64 =iso2022-JP?B? の場合 echo '=iso2022-JP?B?something....' | nkf -m nkf -w -Lu --in-place で置き換えてくれる --in-place? --overwrite とどうちがうんや? リカーシブルにやるとしたら、こうかな find . -type f -name "*.php" -exec nkf -w -Lux --overwrite {} ; od -x -w16 -A x <binfile> で hexdump -Cの代わりになんのか? echo "scale=3; 2 ^ 3 * 4 * 3.14 / 3 " | bc これはしらんかった nohup wget http://somewhere.somefile にてno hangup バックグラウンドのジョブがあるばあい、 そのbgをまってから処理したい wait ; sort temp > result ほう manでのサーチ man -k group ああ、そんなんあったねぇ grubのアップデート update-grub んーと、復習がひつようだけど、これをやんないと、grub.confに 反映されない。 vmstat 10 2o これも記憶の彼方でした。