how to delete entire records in unix ?
Answers were Sorted based on User's Feedback
Answer / 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 |
How are UNIX file permissions represented?
Is ‘du’ a command? If so, what is its use?
which command is used to identify the type of the file?
what is the significance of "su" command?
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)?
How to display no of records in oracle using unix command?
What are file permissions in Unix, and how are they represented?
What is grep and sed command?
how to change a normal file into hidden file
What is the unix command to confirm a remote host is alive or not?
What does grep v do?
How to display a file name which has zero bytes in size.