xargs で引数をコマンドに渡す
- ls *.txt | xargs -i mv {} ./hoge/
find で探したファイルを削除する
- find /home/Pirary/Maildir/ -type f | xargs -r -n 1 -t rm -f
RTMのスケジュール・リストを取得する
- wget -O rtm.xml --http-user="ユーザ名" --http-passwd="パスワード" https://www.rememberthemilk.com/atom/ユーザ名/
DNSサーバ
- unbound