Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu remove directory

# To remove non-empty directories and all the files within them, 
# use the rm command with the-r (recursive) option:
rm -r dirname
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #remove #directory
ADD COMMENT
Topic
Name
6+3 =