Answers for "ubuntu remove folder with content"

0

ubuntu delete contents of folder

To remove all non-hidden files and sub-directories (along with all of their contents) in a 
directory use:
rm -r /path/to/directory/*
Posted by: Guest on December-25-2020

Code answers related to "ubuntu remove folder with content"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language