Re: [lug-nuts] stupid

From: Mike Machado (mike@innercite.com)
Date: Fri Jan 14 2000 - 10:22:12 PST


I do that often and here is the sneaky way I deal with it.

make a small perl script that has the following

#!/usr/bin/perl
unlink('something -i weird');

the unlink() does a system call that does not try and interpolate
anything.

Michael Long wrote:
>
> Ummm, I did something very stupid. It looks like I created a file using vi
> and named it with special characters that are not printable. When I do an
> ls -la I get the following line:
>
> -rw-r--r-- 2 mlong other 46622 Jan 11 21:39 yahoolib.c
> -rw-r--r-- 2 mlong other 5941 Jul 2 1999 yahoolib.h
> -rw-r--r-- 1 mlong other 125 Jan 13 21:06
>
> The last one is the problem. How do I delete it? Any ideas? :)
>
> Michael
>
> ****************************************************************************
> * To UNSUBSCRIBE from the list, send a message with "unsubscribe lug-nuts"
> * in the message body to majordomo@saclug.org. Please direct other
> * questions, comments, or problems to lug-nuts-owner@saclug.org.

-- 
Mike Machado
mike@innercite.com
InnerCite
Network Specialist
****************************************************************************
* To UNSUBSCRIBE from the list, send a message with "unsubscribe lug-nuts"
* in the message body to majordomo@saclug.org. Please direct other
* questions, comments, or problems to lug-nuts-owner@saclug.org.



This archive was generated by hypermail 2b29 : Fri Feb 25 2000 - 14:29:10 PST