[Bash] for loop to check file has CR chars
for f in find . -maxdepth 1 -type f | grep -v svn; do file -e apptype compress elf fortran soft tar token troff $f | grep CRLF ; done
for f in find . -maxdepth 1 -type f | grep -v svn; do file -e apptype compress elf fortran soft tar token troff $f | grep CRLF ; done
ruby -e '%x[uname -i].sub!("\n", "")'
Comments [0]
Comments [0]