Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
How to recursively delete / erase files with find and rm
Posted by Philipp Esselbach on: 11/26/2010 09:57 AM [ Print | 0 comment(s) ]
Go2Linux posted a guide about recursively delete / erase files with find and rm
First of all, I want to warn you that any command that may delete files should be used with care, you may break or badly damage your Linux and get no warning about what is going to happen. You will only notice when it is too late.
That said, I will show you how to delete files recursively, this is really powerful, and useful.
There are times when you really need to find files under some criteria, and erase them, we will use find and rm to achieve this.
That said, I will show you how to delete files recursively, this is really powerful, and useful.
There are times when you really need to find files under some criteria, and erase them, we will use find and rm to achieve this.
How to recursively delete / erase files with find and rm
Related Threads
07/14/2006 06:13 AM: How to Remove Fedora 5 and install Windows XP (2) by sanpraka
07/13/2006 04:40 PM: how to run VBA macros of MSExcel in Linux (1) by danleff
06/30/2005 01:03 AM: how to reinstall rh90 grub starter into floppy ,boot from floppy using grub sta (6) by danleff
11/11/2004 06:42 PM: How to remove Fedora core 2 and keep windows xp (6) by ibanez11223
02/16/2004 10:59 AM: how to run xmms?????? (7) by idud
07/13/2006 04:40 PM: how to run VBA macros of MSExcel in Linux (1) by danleff
06/30/2005 01:03 AM: how to reinstall rh90 grub starter into floppy ,boot from floppy using grub sta (6) by danleff
11/11/2004 06:42 PM: How to remove Fedora core 2 and keep windows xp (6) by ibanez11223
02/16/2004 10:59 AM: how to run xmms?????? (7) by idud
