xargsコマンドについて

更新日 2022-04-12 08:16:05
centos

$ find . -name "*.txt" | xargs rm
→一度に複数の引数が渡される(rm 1.txt 2.txt 3.txt...)