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