What Command will remove a Directory in UNIX?
Answer Posted / khemnath chauhan
$rmdir <dirname>
will remove the diretory.
$rmdir -i <dirname>
will remove interactively
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
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)?
Which unix command to make a new directory?
Which command is used to create a directory?
What does awk stand for?
Write a command that will display files in the current directory, in a colored, long format.
What is the use of tee command?
What is grep short for?
Describe the zip/unzip command using gzip.
What is sed awk grep?
What does the command ' $who | sort –logfile > newfile' do?
What is difference between grep and find command in unix?
How do I search for a file in unix command?
What is grep and how do you use it?
What are the dos commands?
Which unix command lists files/folders in alphabetical order?