![]() |
|
|
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 |
| sh : Problem with the result of a find command | frenchwill | Shell Programming and Scripting | 4 | 08-07-2008 04:43 AM |
| Problem with find command when used with mtime | arunkumar_mca | UNIX for Dummies Questions & Answers | 4 | 01-08-2008 12:37 AM |
| Problem with find command in C-shell | dhanamurthy | UNIX for Advanced & Expert Users | 3 | 11-30-2006 05:16 AM |
| urgent: problem with find command | Terrible | UNIX for Advanced & Expert Users | 10 | 06-08-2006 03:11 AM |
| Problem with find command | nattynatty | Shell Programming and Scripting | 7 | 05-16-2002 01:16 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi All,
I am using following find command to delete the records older than 7 days but getting missing conjuction error.Kindly suggest: The command is: find <complete_dir_path> \(! -name usr -prune \) -type f -name "*.txt" -mtime +6 -print | xargs rm |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|