Search Results

Search: Posts Made By: Home
4,103
Posted By Aia
It would be helpful if you post a few...
It would be helpful if you post a few CHECK_STATUS* entries to examine.
It would be helpful if you post what the errors are. You can post the output of the code running with the flag -x.
It would...
8,470
Posted By dakelly
Hi, this should work... find...
Hi,

this should work...


find /path/to/files -type f -name "ABC_DEFGH*" -mtime +20

or

cd /path/to/files
find . -type f -name "ABC_DEFGH*" -mtime +20


Please bear in mind that it is...
8,470
Posted By jim mcnamara
How to debug problems like this steps: cd...
How to debug problems like this
steps:
cd /path/to/files
# are we in the right directory?
pwd
# filename to find is ABC_DEFGH*
ls -l ABC_DEFGH* |tail -1
# if all of this works out correctly...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy