OT ???

Góra strony
Załączniki:
Wiadomość jako email
+ (text/plain)
Delete this message
Reply to this message
Autor: John (EBo) David
Data:  
Temat: 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 --