Whats the easiest way to completely remove a directory element & all its sub-contents from VOB?
What I know is, using rmelem to remove the folder first, and this will cause all of its child elements to be moved to lost+found . Then, go into lost+found , and repeatedly execute rmelem * until all of the elements are removed. Is there a better way? The technote about lost+found is quite clear: if you rmelem a directory, all its content will indeed be moved to lost+found , where it will has to lost+found . The technote adds: Note: If a directory element is deleted from lost+found with rmelem , its contents will be moved to lost+found in the same manner described in the first section above.