Example:find ./ [expressions] -prune -or [dostuff]
finds all non-svn files and prints their paths on stdoutfind ./ -name '.svn' -prune -or -type f -print
Example:find ./ [expressions] -prune -or [dostuff]
finds all non-svn files and prints their paths on stdoutfind ./ -name '.svn' -prune -or -type f -print
No comments:
Post a Comment