/ Published in: Bash
Where NN is the hex code of the offending character
Expand |
Embed | Plain Text
grep $'[\xNN]'
You need to login to post a comment.
Where NN is the hex code of the offending character
grep $'[\xNN]'
You need to login to post a comment.