OT ???

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: John (EBo) David
Date:  
Subject: OT ???
Lucas Vogel wrote:
>
> >
> > rm -rf /usr/local/bin/laden
> >
>
> First we gotta...
>
> cd /
> find . -name *bin/laden*


actually, for competeness I think it would be:

find . -iname \*bin/laden\* -exec rm {} \; -print
find . -iname \*talaban\* -exec rm {} \; -print

EBo --