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 the damaged files, 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.
