Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 96 Bytes

linux.md

File metadata and controls

4 lines (4 loc) · 96 Bytes
# Convert all files in dir to unix format
find . -type f -print0 | xargs -0 dos2unix