![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove lines, Sorted with Time based columns using AWK & SORT | karthikn7974 | Shell Programming and Scripting | 1 | 05-10-2008 12:04 AM |
| Find and store files based on FileName and Modified Time | edisonantus | UNIX for Advanced & Expert Users | 2 | 02-19-2008 02:25 PM |
| Remove files based on date | hshapiro | UNIX for Dummies Questions & Answers | 4 | 12-09-2005 12:21 PM |
| Find files based on time | budrito | UNIX for Advanced & Expert Users | 4 | 10-08-2004 06:18 AM |
| smitty, remove user, remove directory as well.. | yls177 | UNIX for Dummies Questions & Answers | 2 | 11-11-2002 02:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Error when find and remove directory based on time
Hi Experts,
Below command remove directory exactly but trying again to find the same directory and giving following error. I would appreciate for your help friends. find ./2* -type d -mtime +0 -exec rm -rf {} \; find: 0652-081 cannot change directory to </home/busi/backup/200606>: : A file or directory in the path name does not exist. find: 0652-081 cannot change directory to </home/busi/backup/200607>: : A file or directory in the path name does not exist. find: 0652-081 cannot change directory to </home/busi/backup/200608>: : A file or directory in the path name does not exist. Thanks and Regards, HAA |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|