Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (0 / 6) |
Uptime: | 54:59:58 |
Calls: | 422 |
Files: | 1,025 |
Messages: | 90,706 |
Kenny McCormack <gazelle@shell.xmission.com> wrote:
So, I have a file that contains a line like:
foo.bar.bletch.one.two
where the dots represent null (\0) characters.
I want to be able to grep this line, using this command:
grep foo.bar.bletch.one.two file
Did you try using argument '--binary-files=' ?
Detail in the GNU grep man page :)
So, I have a file that contains a line like:
foo.bar.bletch.one.two
where the dots represent null (\0) characters.
I want to be able to grep this line, using this command:
grep foo.bar.bletch.one.two file