OT ???

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: John (EBo) David
Data:  
Oggetto: 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 --