![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to delete files ?? | preethgideon | UNIX for Dummies Questions & Answers | 5 | 10-29-2007 12:51 AM |
| Delete files with 0kb | mephisto | UNIX for Dummies Questions & Answers | 3 | 10-23-2006 07:45 AM |
| how to delete log files | castlerock | Shell Programming and Scripting | 2 | 03-29-2006 12:42 PM |
| when I try to run rm on multiple files I have problem to delete files with space | umen | UNIX for Dummies Questions & Answers | 1 | 09-20-2005 12:20 AM |
| I can't delete some files | DISTURBED | UNIX for Dummies Questions & Answers | 4 | 08-01-2002 08:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to delete files with certain ext?
Hi All,
How can I work on following request? Delete all the html files older than 29th November from the path - /dding/ting/tong/unixyang/output |
| Forum Sponsor | ||
|
|
|
||||
|
Quote:
Or if it should recurse to find all html files in subdirectories too: rm -r <directory>/*.html (be careful to type this correctly) |
||||
| Google The UNIX and Linux Forums |