How do I remove the following file...

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: John (EBo) David
Fecha:  
Asunto: 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 --