Experts,
i need small help on this command. i what to know what does this command will do.
find /opt/mis1/oracle/admin/BBQ
ISSTG/logb
ook/ -follow -name '*.log' -mtime +7 -prune -exec /usr/bin/compress -f {} \;
accroding to my understanding it is checking all log files which are modified 1 week ago and it is doing compressing.
here above command what does "purne" what is means, what is the importance it.
one more question i believe find will do recursive search. means it will search all the files in the path along with directories. it is correct.
i am getting this error
/opt/mis1/oracle/admin/BBQ
ISSTG/logb
ook/dbms_s
tats_BBQIS
STG.080625
0800.log: failed to retrieve acl : No such file or directory
Start Free Trial