How to delete a directory containing files and folders?
Answer Posted / subbareddy kake
rm <file name>: For deleting the file
rm -i:It will ask conformation
rmdir:For removing the directory
rm -r:It remove recursively all files and directory itself
rm -rf: for deleting the all files and subdirectories in
current directory
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can we use grep command in unix?
What is the size of time_t?
hw will u use awk in replacing cahrs and files
How do I use grep to search for a file?
Why is shebang used?
Explain command to view process running?
Is command prompt unix?
What is the command to find hidden files in the current directory?
Who command in unix?
How do I search for a file in unix command?
What is time_t?
What is unix command line?
Which command will print your home directory on screen?
What are file commands?
What is grep in bash?