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