OT ???

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: John (EBo) David
Fecha:  
Asunto: 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 --