摘要: xargs 是给命令传递参数的一个过滤器,也是组合多个命令的一个工具。 xargs 一般是和管道一起使用。 命令格式: somecommand |xargs -item command 参数: -a file 从文件中读入作为sdtin -e flag ,注意有的时候可能会是-E,flag必须是一个 阅读全文
posted @ 2020-08-17 10:18 你的小可爱吖 阅读(202) 评论(0) 推荐(0)