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
What is rmdir command?
What is the significance of the 'tee' command?
Can you enlist some commonly used network commands?
How do I delete files from command prompt?
How do I search a whole word in vim?
What does the md command do?
What are reported commands?
How do I use nslookup?
How do I search for a file in unix command?
What is the difference between awk and grep?
Who command in unix operating system?
Describe the usage and functionality of the command rm –r * in unix?
how to sort the content of the file based on numeric values
Using unix command how to display no of records in oracle?
What command is used to check the current users?