in UNIX,what is the command to remove directory with files?
Answer Posted / yuvaevergreen
rm -r to remove
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does awk stand for?
Explain mount and unmount command.
How do I find previous commands in unix?
Explain ‘library functions’ with respect to unix commands?
How do I run a bash script?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the use of tee command?
Which command is used to kill the last background job?
What is pipe command in unix?
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)?
Which command can you use to find the currently running process in unix server?
What is ctrl d?
Describe the usage and functionality of the command rm –r * in unix?
What is grep in bash?
How can we use grep command in unix?