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 use of the tee command?
Which command will print your home directory on screen?
What do know about tee command?
Describe the zip/unzip command using gzip.
How do I search for text in vi?
What does find command return in unix?
Name the general commands in using unix os for a beginner?
How do I search for a file in unix command?
How do you grep recursively?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the command to view process running?
What is the difference between awk and grep?
What is the behavioural difference between cmp and diff commands?
What does the command ' $who | sort –logfile > newfile' do?
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