grep for anoying little hex characters


/ Published in: Bash
Save to your folder(s)

Where NN is the hex code of the offending character


Copy this code and paste it in your HTML
  1. grep $'[\xNN]'

Report this snippet


Comments


You need to login to view comments.