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
How do I run a whois command?
What does grep v do?
What is command substitution?
What is the command to compare two files in unix?
What command is used to check the current users?
What is rmdir command?
What is the command to find maximum memory taking process on the server?
What is the use of find command in unix?
how to sort the content of the file based on numeric values
What is pipe command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which command is used to find whether the system is 32 bit or 64 bit?
Is command prompt unix?
What is s and g in sed command?
Is grep faster than awk?