Thinking In Software
Tuesday, November 10, 2015
Find all javascript files except those below a directory
Very useful specially for those dealing with nodejs where we want to avoid searching for "node_modules"
find ./ -not -path "*node_modules*" -name "*.js"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment