Howdy!
Goran Kavrecic wrote:
>V nekem direktoriju bi rad občasno brisal datoteke, ki so stare več kot
>N dni.
>
find ${DIRNAME} -mtime +${N} -exec rm -f {} \;
Poglej še opis -ctime in -atime v man find.
--
Peace!
Mkx
---- perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'