1.mail:mail username
2.cmp: cmp file1 file2
3.diff: diff file1 file2
4.wc: wc file(统计file中的行数,单词数,字符数)
5.让命令脱离shell继续运行:nohup cmd &
6.让程序获得跟多的cpu时间:nice cmd &
7.让程序在某个时间自定运行:
$at time
cmd
ctl -d
$
or
$at time < file (file 中有要运行的cmd)