Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

terminal remove files starting with

find  . -name 'name*' -exec rm {} ;
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #terminal #remove #files #starting
ADD COMMENT
Topic
Name
3+9 =