<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>xargs - 标签 - cfanzp学习笔记</title>
    <link>https://cfanzp008.github.io/tags/xargs/</link>
    <description>xargs - 标签 - cfanzp学习笔记</description>
    <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>cfan.zp@qq.com (cfanzp)</managingEditor>
      <webMaster>cfan.zp@qq.com (cfanzp)</webMaster><lastBuildDate>Wed, 20 Jul 2022 23:02:03 &#43;0800</lastBuildDate><atom:link href="https://cfanzp008.github.io/tags/xargs/" rel="self" type="application/rss+xml" /><item>
  <title>linux-xargs用法简介</title>
  <link>https://cfanzp008.github.io/linux-xargs/</link>
  <pubDate>Wed, 20 Jul 2022 23:02:03 &#43;0800</pubDate>
  <author>cfanzp</author>
  <guid>https://cfanzp008.github.io/linux-xargs/</guid>
  <description><![CDATA[xargs命令 为啥必须要学会xargs命令？ 主要原因是xargs的作用太大了，应用十分广泛，以下是平时工作中经常用到的一部分: 读取文件并重新格式化 配合wc统计文件行数 查找文件后批量删除文件 批量关闭进程 批量修改文件的权限 批量解压文件 其它用法可使用xargs &ndash;help深入学习 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [root@dev127 myb]# xargs --help Usage: xargs [OPTION]... COMMAND INITIAL-ARGS... Run COMMAND with arguments INITIAL-ARGS and more arguments read from input.]]></description>
</item>
</channel>
</rss>
