in UNIX,what is the command to remove directory with files?
Answer Posted / julias ceasor a
rm -rf <directory_name> without confirmation
rm -r <directory_name> With confirmation for all files it
conatins.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the command to find hidden files in the current directory?
Why is it called grep?
What happens when we execute a unix command?
What do know about tee command?
How to use grep command to list find the records of a file containing 10 different strings?
What is the significance of the 'tee' command?
What are reported commands?
What is {} in find command?
What does this command do,"$more readme.txt“?
Who command in unix operating system?
Using unix command how to display no of records in oracle?
What do chmod, chown, chgrp commands do?
What does this command do? Cat food 1 > kitty
How many unix commands are there?
What is the use of finger command?