Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove all files starting with linux

$ find . -type f -name filename* -exec rm {} ;
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #remove #files #starting #linux
ADD COMMENT
Topic
Name
7+3 =