in UNIX,what is the command to remove directory with files?
Answer Posted / aaaaaa
rm -rf directoryName
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Is grep faster than awk?
Why is shebang used?
Which command is used to restrict incoming messages?
What is the general format of unix command syntax?
What is command substitution?
What is a command and examples?
How to use grep command to list find the records of a file containing 10 different strings?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What difference between cmp and diff commands?
What is grep in bash?
What is awk used for?
What is the use of the command 'ls -x chapter[1-5]' ?
Name the general commands in using unix os for a beginner?
What is the function of grep command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?