Author: maximus
Date: 14-01-05 21:35
for those that have access to the rename command:
rename .jpg^M .jpg *.jpg^M
that is entered in the directory containing the offending files like:
rename SPACE .jpg CNTRL-V CNTRL-M SPACE .jpg SPACE *.jpg CNTRL-V CNTRL-M ENTER.
CNTRL-V CNTRL-M is required to get the actual CNTRL-M into the command line.
the .jpg is an example extention, but could really be anything... .html, .txt, etc.
That'll take off the ^M from all the file names.
|
|