Skip to content

Instantly share code, notes, and snippets.

@moraisaugusto
Created May 23, 2019 14:22
Show Gist options
  • Save moraisaugusto/96a848eb31843abaf6b32a0b49002f76 to your computer and use it in GitHub Desktop.
Save moraisaugusto/96a848eb31843abaf6b32a0b49002f76 to your computer and use it in GitHub Desktop.
Check if file is dos or unix
# the faster way to check if a file contains CRLF character
dos2unix -ic *.py | xargs dos2unix --info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment