コマンド
ls *.txt | xargs -i mv {} ./hoge/
find /home/Pirary/Maildir/ -type f | xargs -r -n 1 -t rm -f
wget -O rtm.xml --http-user="ユーザ名" --http-passwd="パスワード" https://www.rememberthemilk.com/atom/ユーザ名/
watch 例) watch date
uuencode インストール yum --y install sharutils uuencode [添付ファイルへのパス] [添付ファイル名] | mail -s 'タイトル' 送信先