On Wednesday 06 May 2009 08:14:03 cseguino wrote: > $ 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
you arent handling files with whitespace properly. use "-print0" with find and "-0" with xargs. -mike
signature.asc
Description: This is a digitally signed message part.