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.