James, Thanks for the reference. I found that early in my search for a solution, and tried it with no success. Apologies for not including it in my original post.
Inside foo/ $ mv .git bar $ rm -rf bar rm: cannot remove 'bar': Directory not empty $ ls -a bar . .. I am totally flummoxed on how to remove this directory! Mark On Mon, Sep 10, 2018, 9:11 AM James Bowlin <[email protected]> wrote: > On Mon, Sep 10, 2018 at 08:58 AM, Mark Phillips said: > > Any other suggestions for removing my 'foo' directory would be greatly > > appreciated. > > Googling for the error message brought up this askubuntu thread > which contains several suggestions: > > Why do I get “Directory not empty” when I try to remove an empty directory? > > https://askubuntu.com/questions/566474/why-do-i-get-directory-not-empty-when-i-try-to-remove-an-empty-directory > > TL;DR: > > mv foo bar > rm -rf bar > > > Peace, James >
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
