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
What is the comma to display different lines that are found when compare two files?
Which command will print your home directory on screen?
Explain command to display different lines that are found when compare two files?
What is the use of cut command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the use of the command 'ls -x chapter[1-5]' ?
What is awk good for?
What's a command word?
What command will change your prompt to myprompt?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What are the unix commands?
What does the md command do?
What are bash commands?
What is the difference between cat and more command?
Write a command to display a file’s contents in various formats?