Answers for "ubuntu delete contents of folder"

2

ubuntu delete directory and all files

rm -rf ./test
Posted by: Guest on February-01-2021
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 delete contents of folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language