how to delete entire records in unix ?
Answer Posted / m.dhanunjaya
If want to delete record we use rm commands like
-i(interactive),-v(verbose)-f(force fully).
we can use rm * command do delete entire records.
we use this command only when ever we are in sub-directory
only.if not it effects in UNIX o/s.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is command statement?
Explain command to view process running?
What is the functionality of a top command?
Which command will print your home directory on screen?
What do know about tee command?
Write a command that will display files in the current directory, in a colored, long format.
What is ctrl d?
How many unix commands are there?
Differentiate cmp command from diff command.
What does awk stand for?
Why is awk called awk?
What is the difference between awk and grep?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the behavioural difference between cmp and diff commands?
Give the command for finding the current date.