Return to Snippet

Revision: 29061
at July 20, 2010 12:24 by ichoi


Initial Code
find . -type f \! -path "*svn*" -exec dos2unix {} \;

Initial URL
http://snippets.dzone.com/posts/show/108

Initial Description


Initial Title
Recursive dos2unix

Initial Tags


Initial Language
Bash