Skip to content

Instantly share code, notes, and snippets.

@bc-lee
Created September 27, 2020 01:15
Show Gist options
  • Save bc-lee/93345aa77584834a0c5cf6999fa74787 to your computer and use it in GitHub Desktop.
Save bc-lee/93345aa77584834a0c5cf6999fa74787 to your computer and use it in GitHub Desktop.
One liners
# Perl one liner which convert CRLF to LF
perl -i -pe 's#\r\n$#\n#g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment