Subject: Re: Un-removable file?
To: T. Sean (Theo) Schulze <71410.25@CompuServe.COM>
From: Henry B. Hotz <hotz@jpl.nasa.gov>
List: port-mac68k
Date: 02/20/1997 14:41:29
>Now I have a 220KB file called "Unix\" on my root directory, and when I
>try to rm it, I get an error message that the file or directory does not
>exist.  Still it does show up when I do a "ls -laF".  Is there other way
>of getting it off my disk?

1) rm Unix\\    (character escape)

2) rm Unix?     (wild card matching)

3) rm Unix*     (brute force wild card matching)

4) rm 'Unix\'   (probably, not so sure of this one)

Signature failed Preliminary Design Review.
Feasibility of a new signature is currently being evaluated.
h.b.hotz@jpl.nasa.gov, or hbhotz@oxy.edu