码迷,mamicode.com
首页 > 系统相关 > 详细

自学linux指令分析-xargs

时间:2017-04-12 03:38:12      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:ges   http   image   font   img   test   linu   rgs   images   

自学linux指令分析-xargs

 

1·命令格式

指令|xargs 指令

 

2·命令参数

 

 

 

3、命令功能

管道功能,将前面的指令传给后面逐行执行

 

4、命令范列

[root@ban tmp]# find / -type f -name "test.txt"   
/etc/test.txt
/mnt/test.txt
/tmp/test.txt
[root@ban tmp]# find / -type f -name "test.txt"|xargs cat 
test
liyao
oldboy

 技术分享

 

自学linux指令分析-xargs

标签:ges   http   image   font   img   test   linu   rgs   images   

原文地址:http://www.cnblogs.com/linuxfreedom/p/6696571.html

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