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