ubuntu remove all files wher name beginns with code example Example: terminal remove files starting with find . -name 'name*' -exec rm {} \;