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
Using unix command how to display no of records in oracle?
Who command in unix operating system?
what is the advaantage of each user having its own copy of the shell?
How do I delete files from command prompt?
Which command is used to delete all files in the current directory and all its sub-directories?
How does pipe () work?
What is a bash command?
What is the pipe command?
What is grep command in unix with examples?
What is awk used for?
Differentiate cmp command from diff command.
Write a command that will display files in the current directory, in a colored, long format.
What is a command and examples?
How to use grep command to list find the records of a file containing 10 different strings?
What does pipe () return?