How do I remove the following file...

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: John (EBo) David
日付:  
題目: How do I remove the following file...
Jeffrey Pyne wrote:
>
> Method #217 to skin this cat:
>
> # ls -i *q
> 363592 \033:\033\033::q
>
> # find . -inum 363592 -exec rm -i {} \;


cool Jeff, I never thought of that one ;-)


EBo --