Guest User

Untitled

a guest
Dec 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. git filter-branch --tree-filter "git ls-files | xargs file | grep 'CRLF line term' | awk -F: '{print \$1}' | xargs perl -pi -e 's/\r\n/\n/g' " -- --all
Add Comment
Please, Sign In to add comment