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 unix command to confirm a remote host is alive or not?
How to find $ai_serual resolved path by using unix
What is nr in awk command?
What is the general format of unix command syntax?
What is $0 bash?
What does this command do? Cat food 1 > kitty
Why is it called a shebang?
hw will u use awk in replacing cahrs and files
What are the unix commands?
What does the metacharacter mean?
Name the unix command to find how many days the server has been up.
What is a command and examples?
What are reported commands?
What is the comma to display different lines that are found when compare two files?
What is s and g in sed command?