Answers for "ubuntu command to delete a folder with contents"

1

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 command to delete a folder with contents"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language