bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep problem


From: Paul Eggert
Subject: Re: grep problem
Date: Fri, 10 Nov 2000 10:42:07 -0800 (PST)

> From: Gary Richardson <address@hidden>
> Date: Fri, 10 Nov 2000 08:12:56 -0500
>
> address@hidden logs]# grep rediron2 daemon.log
> Binary file daemon.log matches
> 
> Has grep changed or is this an error?

Most likely your daemon.log is corrupted, and has NULs in it, which
causes grep (and other utilities) to assume it's a binary file.  Use
"grep -a" if you want to see the NULs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]