[NTLUG:Discuss] Host / Domain Name

Thomas Cameron thomas.cameron at camerontech.com
Fri Sep 2 13:11:49 CDT 2005


> I had *MANY* lines ending with "Permission denied" which I manually
> removed. Is there a grep option that will remove those lines before
> they are printed?

One of many ways:

find /etc -type f | xargs grep newdawg 2> /dev/null

Thomas




More information about the Discuss mailing list