Skip to content

Instantly share code, notes, and snippets.

@cfljam
Created July 29, 2013 07:41
Show Gist options
  • Save cfljam/6102688 to your computer and use it in GitHub Desktop.
Save cfljam/6102688 to your computer and use it in GitHub Desktop.
##remove non-printing characters from a file
cat file | tr -dc "[:alnum:][:space:][:punct:]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment