複数ファイルの改行コードをCRLF→LFに一括置換する

find . -type f | xargs file | grep CRLF | awk -F: '{print $1}' | xargs nkf -Lu --overwrite