码迷,mamicode.com
首页 > 其他好文 > 详细

Filter command

时间:2014-10-04 12:45:26      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:sp   c   r   bs   file   text   字符串   d   5   

1. grep   egrep    fgrep

2. sort

    sort -d

    sort -n

    sort -r

    sort -f

3. uniq

     uniq -d

     uniq -u

     uniq -c

4. comm

    comm -123 file1 file2 -----------------其中123分别代表在file1,file2,同时在file1和file2

5. tr------text replacer(tr 只能进行字符的替换、缩减和删除,不能用来替换字符串)

    tr -d

    tr -c

    tr -s

6. tail

 

Filter command

标签:sp   c   r   bs   file   text   字符串   d   5   

原文地址:http://www.cnblogs.com/lhmily/p/4005690.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!