deleting directories with ??? in name

Erik Trulsson ertr1013 at student.uu.se
Mon Mar 15 15:59:47 PST 2004


On Mon, Mar 15, 2004 at 03:51:37PM -0800, Derrick Ryalls wrote:
> > 
> > I've tried lynx, but it did not display the files.
> > I tried emacs, but I was only able to rename two of the 
> > directories to other names I could delete; the other two gave 
> > me an error of illegal character. I tried 'rm -i -- ?*' but 
> > it didn't find the files. I tried 'find . -inum 146 -delete' 
> > but while it gave no error message, the files/directories remain.
> > 
> > Help!  How do I delete these odd directories?
> > Please CC me in your response as I'm not currently
> > subscribed to the List.
> > 
> 
> #mkdir dir?me
> #rmdir dir\?me

That assumes that filenames actually contain questionmarks.
ls(1) by default displays all unprintable characters as question marks.
To see what the filenames actually are use 'ls -aB'.

To delete files with strange names you can always do a 'rm -i *' and
answer 'y' only for the weird files.



-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013 at student.uu.se


More information about the freebsd-questions mailing list