Hello friends,
I am second year Computer Science student. I recently started learning Unix. I want to run dos2unix recursively on all files except under .svn/ directories. I have written following code, but it is not working.
finds -execs dos2unix {} \;
Please help me. Thank you.
Bookmarks