Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 108 Bytes

line_endings.md

File metadata and controls

5 lines (4 loc) · 108 Bytes

// search for windows line endings find . -not -type d -exec file "{}" ";" | grep CRLF

// vim set ff=unix