bug-grep
[Top][All Lists]
Advanced

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

Excluding files with grep


From: DarkRick
Subject: Excluding files with grep
Date: Tue, 31 Oct 2006 06:16:54 -0800 (PST)

Hi... I'm new in grep world... I have a set of files, a.txt, b.txt, c.txt,
but when I open one of those (suppose c.txt) it's damaged and it's content
is full of 00 in hexadecimal format. I'm trying to list all files excluding
the damaged one, but the only solution that I could find didn't work. Any
ideas?

I've tried this command first, "$ grep ^[1-9A-Za-z] *" but it shows files
that has content... then, I tried with find, but it listed all the files.

Thanks a lot.

-- 
View this message in context: 
http://www.nabble.com/Excluding-files-with-grep-tf2546079.html#a7094715
Sent from the Gnu - Grep mailing list archive at Nabble.com.





reply via email to

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