If I have a file containing ASCII control character, for example, ^A
(Start of Header).
How can I find it using grep in Linux?
As seen in comments, this solved the issue:
grep $'\01' file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With