Guest User

Untitled

a guest
Oct 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Run from the root of the directory that contains files and subdiirectories.
  2. # Dependencies: find, dos2unix
  3.  
  4. # Fina all files, then execute dos2unix on them
  5. find . -type f -exec dos2unix "{}" \;
Add Comment
Please, Sign In to add comment