in UNIX,what is the command to remove directory with files?
Answer Posted / vijay
rm -r <directoryname>
| Is This Answer Correct ? | 47 Yes | 8 No |
Post New Answer View All Answers
Is ‘du’ a command? If so, what is its use?
What is the use of cut command in unix?
Who wrote grep?
What will the following command do?
What is the general format of unix command syntax?
What is s and g in sed command?
What does sed command do in unix?
Explain mount and unmount command.
Why is shebang used?
What is the functionality of a top command?
How do you grep recursively?
Explain command to show the space allocation of files?
What is the comma to show the space allocation of files?
What does the metacharacter mean?
Differentiate cat command from more command.