Help Guide For Software Engineer
Thursday, October 7, 2010
Remove non empty directory in linux
Use the below command to remove non empty directory in Linux
without prompting
for verification "yes" or "no".
rm -rf directory
This will remove all the contents in the directory without asking further verifications for files deletion.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment