Skip to content

Instantly share code, notes, and snippets.

@bisignam
Created May 29, 2019 07:12
Show Gist options
  • Save bisignam/3785ea014de296cfea07a9116e9f7a6b to your computer and use it in GitHub Desktop.
Save bisignam/3785ea014de296cfea07a9116e9f7a6b to your computer and use it in GitHub Desktop.
Match special characters using egrep
egrep '^.*?[#~%@¢?^$£§¬¼¿½¤]+.*?$' file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment