in UNIX,what is the command to remove directory with files?
Answer Posted / julias ceasor a
rm -rf <directory_name> without confirmation
rm -r <directory_name> With confirmation for all files it
conatins.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the general format of unix command syntax?
What happens when we execute a unix command?
What does the command ' $who | sort –logfile > newfile' do?
What is {} in find command?
What is the use of cut command in unix?
What does the metacharacter mean?
What does touch command do in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Using unix command how to display no of records in oracle?
What does grep v do?
What is grep and how do you use it?
Can you explain a little bit about command substitution?
What is awk used for?
What are some command words?
What is the command to compare two files in unix?