Listing files excluding certain names
I need to list all files in a directory tree excluding files with certain text in its names. This thread helped me to create something similar: find . -type f |grep -v ‘/[.svn-base]’ –
Read more "Listing files excluding certain names"
You must be logged in to post a comment.