bash rename Change the file extension for all .js files in dir for file in ./dir/*.js; do mv ${file} ${file/.js/.ts}; done set the working directory for a command bash -c 'cd ./test && esbuild index.ts' tar + gzip tar -czvf my-new-file-name.tar.gz my-existing-folder
find things
search for directories only
Use
-type d
search for filenames, case insensitive
"fuzzy" search
See brew fzf