@seo-maru 2022/05/09更新 複数ファイルを一括でCRLFからLFに置換するLinuxコマンド find . -type f | xargs file | grep CRLF | awk -F: '{print $1}' | xargs nkf -Lu --overwrite