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 do know about tee command?
Differentiate cat command from more command.
How to find $ai_serual resolved path by using unix
Explain command to show the space allocation of files?
What is nr in awk command?
What does find command return in unix?
What is the pipe command?
What command is used to check the current users?
Explain the steps that a shell follows while processing a command.
How to display no of records in oracle using unix command?
What is the search command in unix?
What is the use of sed command in unix?
Which command should you use to find the remaining disk space in unix server?
What does pipe () return?
What is awk good for?