Created
May 29, 2019 07:12
-
-
Save bisignam/3785ea014de296cfea07a9116e9f7a6b to your computer and use it in GitHub Desktop.
Match special characters using egrep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
egrep '^.*?[#~%@¢?^$£§¬¼¿½¤]+.*?$' file.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment