What Command will remove a Directory in UNIX?
Answer Posted / brajesh kumar
for removing directory
rm -rf *
for all dir
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What is s and g in sed command?
What does the “echo” command do?
What is $0 bash?
What does the command '$ls | wc –l > file1' do?
What is the use of sed command in unix?
What does touch command do in unix?
What command is used to switching between users in unix?
What is nr in awk command?
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)?
How do you repeat a command in terminal?
Which command is used to restrict incoming messages?
What is in grep command?
What is the use of cut command in unix?
Is grep faster than awk?
What is command substitution?