how to delete entire records in unix ?
Answer Posted / my name
rm -rf *
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the command to compare two files in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Which command is used to delete all files in the current directory and all its sub-directories?
What is command substitution?
What do chmod command do?
What are the commands in UNIX to list the files in a Directory?
What is the use of finger command?
What is time_t?
What command will change your prompt to myprompt?
What is the functionality of a top command?
What is command statement?
Explain command to display different lines that are found when compare two files?
How does shebang work?
What is sed awk grep?