![]() |
|
|
|
|
|||||||
| 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 |
| help with find & grep commands | moe2266 | UNIX for Dummies Questions & Answers | 2 | 07-25-2007 12:18 PM |
| find and grep commands | StrengthThaDon | UNIX for Dummies Questions & Answers | 3 | 03-18-2007 06:14 PM |
| where i can find list of UNIX commands for daily operations ? | mgoutham | UNIX Desktop for Dummies Questions & Answers | 1 | 03-02-2006 11:35 AM |
| Where do I find what commands I can use? | JCWorkman | UNIX for Dummies Questions & Answers | 3 | 12-12-2001 03:10 PM |
| find commands? | hallrobe | UNIX for Dummies Questions & Answers | 3 | 09-26-2001 12:27 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Unix Find commands
thank you for the help
Last edited by scooter17; 09-15-2006 at 07:52 AM. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Code:
find ./ -mtime +10 -name "Baseball*.txt*" -o -name "Basketball*.txt*" -o -name "DeleteBasketball*" -print | xargs rm -r |
||||
| Google The UNIX and Linux Forums |