linux shell-xargs

xargs 能夠把管道過來的數據做爲當前命令的參數web 基本結構 [其餘能夠生成輸出流的命令] | xargs [要執行的命令] 示例 多行合併 echo "line1 line2 line3 " |xargs echo 每次處理一個單詞 [-n] echo "lineone linetow line3" |xargs -n1 echo 每次處理兩個單詞 [-n] echo "lineone
相關文章
相關標籤/搜索