Chinaunix首页 | 论坛 | 博客
  • 博客访问: 460922
  • 博文数量: 108
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 1134
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-29 19:43
文章分类

全部博文(108)

文章存档

2016年(10)

2015年(9)

2014年(73)

2013年(16)

我的朋友

发布时间:2013-08-02 10:21:50

NAME       xargs - build and execute command lines from standard inputSYNOPSIS       xargs  [-0prtx] [-E eof-str] [-e[eof-str]] [--eof[=eof-str]] [--null] [-d delimiter] [--delimiter delimiter] [-I replace-str] [-i[replace-str]]&n.........【阅读全文】

阅读(871) | 评论(0) | 转发(0)

发布时间:2013-07-21 09:40:18

PLIT(1)                         User Commands                      &.........【阅读全文】

阅读(1031) | 评论(0) | 转发(0)

发布时间:2013-07-21 09:36:26

find 中-prune的用法find $HOME \( -path "$HOME/test1" -o -path "$HOME/test2" \) -prune -o -name "[1-9]" -print也可以用替代的办法   find $HOME -not path "dir1" -name "[1-9]"comm 命令找出2个文件不同的行也就是非共同行 命令如下:comm -3 <(sort aa) <(sort bb)|column  -tcom.........【阅读全文】

阅读(669) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册