findコマンド
現在のdir以下の全てのfileを列挙
$ find . -type f
https://qiita.com/ko1nksm/items/9ff1f212255e8520070c
find | xargsではなくfind -exec {} + を使う
ほんまか?
-exec
https://penpen-dev.com/blog/find-grep-exec/