xargs使用:從標準輸入取得資料。並將資料轉換為命令列的參數 xargs 後面直接跟檔案報錯誤 xargs 輸入重新導向 【將文字內容輸入一行】## -n num 有num個數字】- I 替代字串範例 find ./ -type f | xargs -I {} mv {} test/. #