On Thu, Aug 15, 2002 at 03:31:34PM +1000, Scott wrote: > > I have found out how to list it in octal, which is: \033[C\033 > > But, how do I delete it?
Octal 33 is escape. You can type special characters using control-v. Try `ls control-v escape [C control-v escape'. If this shows the right file, repeat with `rm' instead of `ls'. It looks like some sort of terminal escape sequence. `Escape [C' moves the cursor right one column. Cheers, John -- whois [EMAIL PROTECTED] GPG key id: 0xD59C360F http://kirriwa.net/john/ -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
