How to delete a directory containing files and folders?
Answer Posted / wizard_cmp@yahoo.co.in
rm -r <dir_name>
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How do you grep a case insensitive?
How do I delete files from command prompt?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is $0 bash?
Why is shebang used?
Which unix command to make a new directory?
Which command is used to copy files?
Which command should you use to find the remaining disk space in unix server?
How do I search for text in vi?
What is grep and how do you use it?
What is the use of cut command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the pipe command?
What is the use of the tee command?
What is ctrl d?