Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux delete content of folder

//Deletes the folder including all its content
rm -r /path/to/directory/*
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #linux #delete #content #folder
ADD COMMENT
Topic
Name
3+2 =