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 command statement?
Is it inbetween or in between?
What do chmod command do?
What is merge command in unix?
What is awk command used for?
How can you see the command line history?
Why is awk called awk?
What is “chmod” command?
What is the use of tee command?
Which command is used to create a directory?
What are the general commands in using unix os for a beginner?
what is the advaantage of each user having its own copy of the shell?
What does the metacharacter mean?
What is unix command line?
Explain how to use grep command to list find the records of a file containing 10 different strings?