Answers for "delete folder with content ubuntu"

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 "delete folder with content ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language