How do I remove the following file...
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Jeffrey Pyne at
2001-08-21 20:42
Jonathan Claxton at
2001-08-22 03:25
Attachments:
Message as email
(text/plain)
Author:
John (EBo) David
Date:
2001-08-21 21:38
UTC
Subject:
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 --