[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Deleting a Folder



Andreas Berglund wrote:
Richard wrote:
Lets say I have a folder that has about 400 items,
from mp3 to xls sheets, to mpeg movies to .pdf files, all kinds of media types..

What command in Linux, can shred the whole folder and ALL of its contents, without me going into the folder and hand deleting items by group type.

rm -r folder
might need to do
rm -rf folder

Miles



Reply to: