find in combination with dos2unix can be applied to entire directory trees.
example - in the current directory and subdirectories are all PHP files to UNIX format converts:
find. -Type f-name '*. php'-exec dos2unix {} \\;
0 comments:
Post a Comment