033-Unit 5 Standard I/O and Pipes

tr 转译:tr 'A-Z' 'a-z' < xxx.txt

cut -f3 -d, -c4-8 显示特定列

sort 排列:-r(反) -u(unique) -f(ignore case character) -t, -k3

ls -l | less

mail -s "last mail" user@xxx.com

xxx

.

cat a.txt | xargs rm -f :删除a.txt中文件名的文件

lpr : 打印

tee :将输入存档

posted @ 2009-08-04 20:30  qyf  阅读(102)  评论(0编辑  收藏  举报