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