On Tue, 01 Mar 2005 16:28:49 -0600 Kevin wrote: KM> ydl 4.0 and I am using the terminal to remove directories and tarballs, KM> I can remove them, the tarballs with the rm command, the gz and bz2, and KM> the directories with the rmdir command but an error that says 'directory KM> not empty appears, is this a simple add a flag or what is the issue???
The issue is that the directory isn't empty. Try running 'ls -a' to see all files (including the 'dot' files, which aren't shown by default). There is a flag (-f) to force the remove, but you should check what's in there before you delete the dir... _______________________________________________ yellowdog-general mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'
