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
How do you repeat a command in terminal?
What does find command return in unix?
Which unix command to make a new directory?
What is grep r?
Enlist some filename manipulation commands in unix.
What is the search command in unix?
What is the behavioural difference between cmp and diff commands?
What is the comma to show the space allocation of files?
How does shebang work?
What does the “echo” command do?
What is the difference between awk and grep?
What is the difference between cat command and more command?
What are awk commands?
Who wrote grep?
What is the use of awk command in unix?