Hi, 

I *_KNOW_* there's a quicker way of doing this but...

On Wed, 2003-09-17 at 21:50, [EMAIL PROTECTED] wrote:
> You only have 5 seconds to answer this one...
> 
> On using ls -l if you find a file called -r* at the root level of the directory tree 
> how would you remove it?
> 
> -rw-------    1 root     root         5910 Sep 18 00:00 -r*
> 

cd / ; find * -maxdepth 0 -type f -name '*r*' -ok rm '{}' ';'

> Note
> You have no GUI installed.
> 
> __________________________________________________________________
> McAfee VirusScan Online from the Netscape Network.
> Comprehensive protection for your entire computer. Get your free trial today!
> http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
> 
> Get AOL Instant Messenger 5.1 free of charge.  Download Now!
> http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
> 
> 
> ---------------------------------------------
> This service is hosted on the Infocom network
> http://www.infocom.co.ug
-- 
Patrick Okui <[EMAIL PROTECTED]>
Systems Administrator
One2Net (U) Ltd



---------------------------------------------
This service is hosted on the Infocom network
http://www.infocom.co.ug

Reply via email to