Can you write a command to erase all files in the current directory including all its sub-directories?
Answer Posted / yamini
rm -rf <directoryname>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is awk command used for?
How do you grep a case insensitive?
Are you in or at the office?
What is the command to compare two files in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
Explain the steps that a shell follows while processing a command.
What is the function of grep command in unix?
How do I search for text in vi?
What is the use of cut command in unix?
What are file commands?
What is the general format of unix command syntax?
Is command prompt unix?
What is difference between grep and find command in unix?
How do I use grep to search for a file?