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 |
What does the metacharacter mean?
what are the different operating systems available?
What is the use of the tee command?
What is the output of : $ ps-e $ ps-a commands
What is the command to check ports active in UNIX?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
What are the differences among a system call, a library function, and a unix command?
what will this do $cat > file.c ?(file.c is a file in current directory)
What is a shell in Unix? Name some common Unix shells.
Write a command to kill the last background job?
to list a particular line in the file
what is the difference between Touch & cat command