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 difference between grep and grep?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is time_t?
What is rmdir command?
How do I use nslookup?
How do I clear my terminal history?
What is the behavioural difference between cmp and diff commands?
What is command statement?
What is the use of finger command?
What does touch command do in unix?
Who invented grep?
What is $0 bash?
What is the use of the tee command?
Which unix command lists files/folders in alphabetical order?
What difference between cmp and diff commands?