![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Problem with find and tar | venu_nbk | UNIX for Dummies Questions & Answers | 2 | 11-20-2006 10:41 AM |
| problem with find | braindrain | Shell Programming and Scripting | 2 | 03-29-2006 12:33 PM |
| how to find Script file location inside script | asami | Shell Programming and Scripting | 10 | 03-15-2006 12:57 AM |
| Problem with `find ...` | Cameron | Shell Programming and Scripting | 4 | 08-10-2005 07:24 AM |
| Another Find Problem | sethkor | Shell Programming and Scripting | 6 | 02-24-2005 07:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Problem with find in script
Hi
I am updating one script as follows find $HOME -mount -size +1 \( ! \( -name *_Entry_*.xml.gz \) -name "*.gz" -o -name "*.Z" \) -mtime +1 -print | becomes: find $HOME -mount -size +1 \( ! \( -name *_Entry_*.xml.gz -o -name *_ECI_*.xml.gz \) -name "*.gz" -o -name "*.Z" \) -mtime +1 -print | But it seems that the newer version does not work. Could you pls help me and tell me what I'm doing wrong. ![]() Thanks a lot Cheers Gnom |
|
||||
|
Thank you very much rubin
Cheers gnom |
| Sponsored Links | ||
|
|