He didn't specify perl.  So I guess this works.

-----Original Message-----
From: Bob Showalter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, November 28, 2001 1:37 PM
To: 'Zysman, Roiy'; '[EMAIL PROTECTED]'
Subject: RE: a beginners challenge


> -----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]





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to