OT ???

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: John (EBo) David
日付:  
題目: 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 --