![]() |
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 |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find: 0652-019 The status on /interfaces/eu3/hmsl/EBS/20070722 is not valid. | vishal_ranjan | UNIX for Advanced & Expert Users | 0 | 09-04-2007 12:31 PM |
| Help regarding Error message: A test command parameter is not valid | skyineyes | Shell Programming and Scripting | 5 | 06-29-2007 05:38 AM |
| SAM Error non-zero exit status | real-chess | UNIX for Advanced & Expert Users | 0 | 08-15-2006 08:56 AM |
| Installing RedHat 8.0 onto Dell PowerEdge SC1425 - hdc: status error: status = 0x58 | fishsponge | Red Hat | 5 | 07-14-2006 02:53 PM |
| awk to find the status and send an email | isingh786 | UNIX for Dummies Questions & Answers | 6 | 12-21-2005 10:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
find error - The status not valid.
Hi,
I am writing a ksh script to delete old files from directory, which will be called by several wrapper scripts parallely. The deletion is done using find command. It is working fine. but sometimes i get the error : The status on /home/mydir/mfgsite is not valid. The script is like this : find ${ArchiveDir}/${mfgSite} -type f -mtime +${ArchivalPeriod} -exec rm -f {} \; Could u please help me to find why it is coming and any solution Thanks in advance Shihab |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|