Linux - Remove a directory with all files
//
In Linux if we need to remove a directory it can be done using command
rmdir dirname
But if directory is not empty then system will through an error.
rmdir scripts
This error comes up:
rmdir: failed to remove `scripts': Directory not empty
To remove a directory that is
Read More about it from the following link : http://coding-guru.com/linux-remove-a-directory-with-all-files/ posted by Maz
Linux - Remove a directory with all files
Tags:
0 comments: