> -----Original Message----- > From: Zysman, Roiy [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 28, 2001 1:19 PM > To: '[EMAIL PROTECTED]' > Subject: a beginners challenge > > > > > Hi All, > > Why not make a little challenge .. > > Lets see who can write the most lean ,mean , elegant , > powerful, poetic > > (but most important) _Shortest_, script that cleans from a > directory > > files that are at least 3 days old.
$ find /dir -mtime +3 -exec rm {} \; > > Good luck all, Gee, thanks. > > You're welcome to pick who you think is the winner. OK, I pick myself. What do I win? > > Roiy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]