how to empty the files in the directory without removing the directory itself?
I want to have it force delete all the file in the dir
so
I tried using
rm -fR [directory]
but it delete my directory as well.
pls advise.
I want to have it force delete all the file in the dir
so
I tried using
rm -fR [directory]
but it delete my directory as well.
pls advise.
Comment