Can you write a command to erase all files in the current directory including all its sub-directories?
Answer Posted / yamini
rm -rf <directoryname>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between cat and more command?
How do I use grep to find a file?
What does sed command do in unix?
How many unix commands are there?
What are reported commands?
Which command is used to delete all files in the current directory and all its sub-directories?
Which command will print your home directory on screen?
What is the difference between awk and grep?
What is the comma to display different lines that are found when compare two files?
What does awk stand for?
What are the dos commands?
What is the command to view process running?
What is the pipe command?
What is the significance of the 'tee' command?
What is the unix command to confirm a remote host is alive or not?