Find all files/folders in a directory Windows Get-ChildItem -Recurse -Directory -Filter "node_modules" mac find . -type d -name "node_modules"