Sunday, January 20, 2008

Do If You Swallow Scope

dos2unix recursively

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