How to delete a directory containing files and folders?
Answer Posted / padmanaban
"find -type d -iname 'directoryname' | xargs rm -rf" this is
also a way to remove the folder and files.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the command to find maximum memory taking process on the server?
What does sed command do in unix?
How do I search for a file in unix command?
What is awk command used for?
Is grep faster than awk?
Who command in unix?
What does the metacharacter mean?
What is the use of tee command?
What is “chmod” command?
Can you enlist some commonly used network commands?
What is pipe command in unix?
How do you grep recursively?
What is awk good for?
How do I run a whois command?
Which command can you use to find the currently running process in unix server?