in UNIX,what is the command to remove directory with files?
Answer Posted / aaaaaa
rm -rf directoryName
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Who wrote grep?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the command to view process running?
How does pipe () work?
What is the use of awk command in unix?
What command will change your prompt to myprompt?
What does awk stand for?
What do chmod, chown, chgrp commands do?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Who invented grep?
What does this command do,"$more readme.txt“?
How can we use grep command in unix?
What does sed command do in unix?
Write a command to kill the last background job?
What is awk good for?