Perl command to change file EOL and saving the file with the same name – Debian
I am using this perl command on my debian to change my file EOL: perl -p -e 's/n/rn/' < ~/scripts/bite/EOL/*.csv > ~/scripts/bite/sent/samefilename.csv Every day there will be a new file in the "EOL" directory with a different name and it…