Scott wrote: > A directory has been created of which we can't remove it. The reason > being is we can't see it! > I have found out how to list it in octal, which is: \033[C\033 > But, how do I delete it?
Try 'rm -ri *' in the directory above, and answer yes when it askes you if you want to delete it. <disclaimer> I'm not responsible if you accidently remove the wrong thing though. </disclamer> Matthew -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
