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
Aquest missatge és part del següent fil:
l'arbre de fils complet ordenat per data
Jeffrey Pyne en
2001-08-21 20:42
Jonathan Claxton en
2001-08-22 03:25
Adjunts:
Missatge com a correu electrònic
(text/plain)
Autor:
John (EBo) David
Data:
2001-08-21 21:38
UTC
Assumpte:
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 --