bash script to remove file beginning with string code example Example: terminal remove files starting with find . -name 'name*' -exec rm {} \;