how to delete entire records in unix ?
Answer Posted / joker
1) rm
2) rm -rf
Will work, but they will work in interactive mode since many
sysadmins will add a alias for rm as
alias rm rm -i
to override this use
\rm
\rm -rf
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Who invented grep?
What is the use of finger command?
Enlist some filename manipulation commands in unix.
Name the general commands in using unix os for a beginner?
What is grep and how do you use it?
What is the pipe command?
How do I run a whois command?
Are you in or at the office?
What is the command to find maximum memory taking process on the server?
What command is used to switching between users in unix?
What are the general commands in using unix os for a beginner?
What is in grep command?
What command is used to check the current users?
Who wrote grep?
Describe the usage and functionality of the command rm –r * in unix?