linux command to delete all the file whose name starts with code example Example: terminal remove files starting with find . -name 'name*' -exec rm {} \;