I am trying to use grep to match a sequence of characters followed by a
tab character (hex 09, I have looked at the file in hex)

so whats wrong with this?

grep "nick\t" file ; or
grep nick\t file ; or
grep nick\x09 file ; or

any other damn variation I try!




Reply via email to