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
Why is shebang used?
What does the command ' $who | sort –logfile > newfile' do?
What does the md command do?
Does cp command overwrite files?
What do chmod, chown, chgrp commands do?
How do you grep recursively?
How can you see the command line history?
How does shebang work?
What is difference between grep and find command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Name the general commands in using unix os for a beginner?
What does this command do? Cat food 1 > kitty
Which command is used to kill the last background job?
What is the command to find hidden files in the current directory?
Explain command to display different lines that are found when compare two files?