Skip to content

Instantly share code, notes, and snippets.

@bisignam
Created October 3, 2019 07:04
Show Gist options
  • Save bisignam/9a4b35e8d53702d6ddc8417bfd9d4fa3 to your computer and use it in GitHub Desktop.
Save bisignam/9a4b35e8d53702d6ddc8417bfd9d4fa3 to your computer and use it in GitHub Desktop.
Remove non printable characters from file
sed $'s/[^[:print:]\t]//g' FR_TH01HOTE_201909271427.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment