Answers for "how to clear a folder of its files in ubuntu"

0

delete all files in a folder in ubuntu

rm -rf *
Posted by: Guest on January-05-2022
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 "how to clear a folder of its files in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language