bug-bash
[Top][All Lists]
Advanced

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

grep remove "no such file or directory"


From: cseguino
Subject: grep remove "no such file or directory"
Date: Wed, 6 May 2009 05:14:03 -0700 (PDT)

Hello,

I'm executing the following command using cygwin :


    $ find . | xargs grep -v "No such file or directory" | grep "StateRB"
    grep:
./Tiger/codebase/netmarkets/jsp/ext/eurocopter/tiger/change/.svn/text-base/Copy:
No such file or directory
    grep: of: No such file or directory
    grep: createLink.jsp.svn-base: No such file or directory
    grep:
./Tiger/codebase/netmarkets/jsp/ext/eurocopter/tiger/change/.svn/text-base/Copy:
No such file or directory
    grep: of: No such file or directory
    grep: relatedECP.jsp.svn-base: No such file or directory
    grep: ./Tiger/codebase/netmarkets/jsp/ext/eurocopter/tiger/change/Copy:
No such file or directory
    grep: of: No such file or directory
    grep: createLink.jsp: No such file or directory
    grep: ./Tiger/codebase/netmarkets/jsp/ext/eurocopter/tiger/change/Copy:
No such file or directory
    grep: of: No such file or directory



I would like not to display the "No such file or directory" output. Can
anyone help me ?

Cheers,

Christophe
-- 
View this message in context: 
http://www.nabble.com/grep-remove-%22no-such-file-or-directory%22-tp23405434p23405434.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.





reply via email to

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