xargs

大量のファイルを処理する

一般的手法ではあるんですが、一応、メモ。 # rm -rf hoge* Argument list too long.# echo hoge* |xargs rm -rf