funny filenames

Ed Arnold era at hao.UUCP
Sat May 25 02:22:27 AEST 1985


> Here's a problem that hasn't been covered in this discussion yet.
> I have a file (2.9BSD) with a funny name.  I can type "od -c ."
> to see the entry in the directory, and it looks like this:
> 
>    \t 360 200 035 002 \0 \0 \0 \0 and so on.
> 
> "ls" gives me a "    ????" and ll gives "./    ???? not found"
> "rm -i *" says "not found" and passes right by this file, not
> giving me a chance to remove it interactively.  I even tried a recursive
> remove on the whole directory, non-interactively even, and all was
> removed BUT this file.  Even unlink(2) needs a file name.  Any ideas?
> 
> -- 
> 	Jeff Percival ...!uwvax!uwmacc!jwp

main()
{
   unlink("\t\360\200\035\002");
}
-- 

Ed Arnold * NCAR (Nat'l Center for Atmospheric Research)
PO Box 3000 * Boulder, CO  80307-3000 * 303-497-1253
era at ncar.csnet * era%ncar at csnet-relay.arpa * ...!hao!scd-sa!era



More information about the Comp.unix mailing list