How do I remove the following file...

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Nick Estes
Date:  
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
>
> ok, why not just
>     rm *q


That works, I would also be in favor of: rm "\033:\033\033::q"
(method #485?) (-=

    --Nick


> > >
> > > # find . -inum 363592 -exec rm -i {} \;
> >
> > cool Jeff, I never thought of that one ;-)
> >
> >
> > EBo --
> > ________________________________________________
> > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
> post to the list quickly and you use Netscape to write mail.
> >
> > PLUG-discuss mailing list -
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>