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's a command word?
What is the size of time_t?
What does sed command do in unix?
What is the behavioural difference between cmp and diff commands?
How many unix commands are there?
What is awk command used for?
What is command substitution?
Write a command that will display files in the current directory, in a colored, long format.
What is grep in bash?
What are the differences among a system call, a library function, and a unix command?
Explain the steps that a shell follows while processing a command.
What do chown command do?
Explain command to view process running?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Describe the usage and functionality of the command rm –r * in unix?