[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: can't remove "directories"



Pollywog wrote:
[...]
> yet.  How do I remove the remaining directory with the name "??\?("  ?
[...]
> --
> Andrew


Try it with `find . -name ?\* -exec rm -rf {} \;`
But first of all, make copy of your home directory to /tmp and test it! 

Greetings
Albrecht



Reply to: