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
How do you grep recursively?
What are filter commands in unix?
What is the use of tee command?
Does cp command overwrite files?
What is unix command line?
What is command statement?
What are the commands in UNIX to list the files in a Directory?
What is the use of finger command?
What is the use of find command in unix?
What are some command words?
How do I open a port?
What does #!/ Bin sh do?
What is {} in find command?
Why is awk called awk?
Which command can you use to find the currently running process in unix server?