Search Results

Search: Posts Made By: ghostdog74
3,795
Posted By ghostdog74
How did you create your del_old_files.cfg? If you...
How did you create your del_old_files.cfg? If you can, put in a real path instead of $DBA_WORK_DIR. Otherwise, you have to define these variables somewhere in the script, so that they contain path...
3,795
Posted By ghostdog74
#!/bin/sh while read line do set --...
#!/bin/sh
while read line
do
set -- $line
find $1 -name \"$2\" -mtime +"$3"
done < file
3,795
Posted By ghostdog74
what do you want to do actually?
what do you want to do actually?
Showing results 1 to 3 of 3

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