Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux delete files in folders without deleting the folder

find /path/to/directory -type f -exec rm -iv {} ;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #linux #delete #files #folders #deleting #folder
ADD COMMENT
Topic
Name
3+4 =