how to delete entire records in unix ?
Answer Posted / avinandan behera
to delete any record command is rm
to delete forcefully it is rm -r regarding deleting all
files i.e entire record than go for rm *.
| Is This Answer Correct ? | 49 Yes | 8 No |
Post New Answer View All Answers
What is the search command in unix?
What is rmdir command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Explain the steps that a shell follows while processing a command.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Who command in unix?
What does this command do,"$more readme.txt“?
What does pipe () return?
Does cp command overwrite files?
How do I use grep to find a file?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Give the command for finding the current date.
What difference between cmp and diff commands?
why metadb requires a seperate slice to create Solaris volume manager
What is the command to view process running?