Describe the usage and functionality of the command rm –r * in unix?
Answer Posted / hr@tgksolutions.com
The command rm –r * erases all files in a directory with its subdirectories.
• rm is for deleting files
• -r is to delete directories and subdirectories with files within
• * is indicate all entries
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Using unix command how to display no of records in oracle?
What is merge command in unix?
What is a command and examples?
Describe the usage and functionality of the command rm –r * in unix?
What is the use of sed command in unix?
What does grep v grep do?
Which command is used to copy files?
What is awk used for?
What is the unix command to confirm a remote host is alive or not?
What does pipe () return?
How do I find previous commands in unix?
What are bash commands?
What command is used to check the current users?
What is the use of finger command?
Which command is used to create a directory?