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
Which command is used to delete all files in the current directory and all its sub-directories?
What is the significance of the 'tee' command?
What is awk command used for?
What is the comma to show the space allocation of files?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is pipe command in unix?
What does touch command do in unix?
How does pipe () work?
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)?
Does cp command overwrite files?
How does shebang work?
How can you see the command line history?
What does this command do,"$more readme.txt“?
Differentiate cmp command from diff command.
What is difference between grep and find command in unix?