Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stephanbogner/d0f84a6a54128d19b3829c3ac788f2a2 to your computer and use it in GitHub Desktop.
Save stephanbogner/d0f84a6a54128d19b3829c3ac788f2a2 to your computer and use it in GitHub Desktop.
Egrep command to find unwanted symbols in a text file
egrep -nh '[^[:alnum:][:punct:]\ \nöäüÜÄÖß]' --color=always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment