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
How do you grep recursively?
Explain command to view process running?
What are the unix commands?
What is used to type command?
What is the nmap command?
Is it inbetween or in between?
What are awk commands?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the search command in unix?
What do chmod command do?
Who wrote grep?
Describe the usage and functionality of the command rm –r * in unix?
how to sort the content of the file based on numeric values
How can we use grep command in unix?
Write a command to display a file’s contents in various formats?