[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: say if grep can find non-ascii
From: |
Dan Jacobson |
Subject: |
Re: say if grep can find non-ascii |
Date: |
Tue, 07 Mar 2006 08:45:47 +0800 |
There should be some mention of how one is to give control characters
as arguments to grep. If one must one do
$ grep $'\x00' file.txt, etc.
And if without bash handy, must one pass them raw right there as
arguments? I.e., document if there is a way or no way to describe
arbitrary octets or must one pass them raw.