terminal command to delete all files that begin with code example Example: terminal remove files starting with find . -name 'name*' -exec rm {} \;