For example, if we want to grep a
(unicode code point is u+0041
), we can use the following
trick:
grep "$(printf '\u0041')" my_file.txt
For example, if we want to grep a
(unicode code point is u+0041
), we can use the following
trick:
grep "$(printf '\u0041')" my_file.txt