Terminal Find File Excluding PathFind a file named task.js in any subdirectory of the path ~/Development/node excluding any subdirectory including a folder named grunt:find ~/Development/node/* -name task.js -not -path '**/grunt/*'