in UNIX,what is the command to remove directory with files?
Answer Posted / rejaul
at first delete the file in that directory with
rm *
then comeout of that directory and then
type rmdir (directory name)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the function of grep command in unix?
How does the system know where one command ends and another begins?
What do know about tee command?
What is .sh file?
What is a command and examples?
Which command is used to create a directory?
What is the use of awk command in unix?
What are filter commands in unix?
What is grep command in unix with examples?
What does #!/ Bin sh do?
What is the command to compare two files in unix?
Write a command to display a file’s contents in various formats?
What is the difference between cat and more command?
What is command substitution?
What does the “echo” command do?