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 are the differences among a system call, a library function, and a unix command?
How do I search for a file in unix command?
What is command substitution?
What is the comma to show the space allocation of files?
What does sed command do in unix?
Give the command for finding the current date.
What is the pipe command?
What does the md command do?
What is nr in awk command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How to find $ai_serual resolved path by using unix
What does the command '$ls | wc –l > file1' do?
What is difference between grep and find command in unix?
Explain the steps that a shell follows while processing a command.
What is the use of the command 'ls -x chapter[1-5]' ?