how to delete entire records in unix ?
Answer Posted / ashish
if there no of file then try for
rm -rf filename
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What are reported commands?
What happens when we execute a unix command?
What is the general format of unix command syntax?
What does the command ' $who | sort –logfile > newfile' do?
Why is grep called grep?
What is the first character of the output in ls l command?
Who invented grep?
What does #!/ Bin sh do?
Which command is used to create a directory?
What is the use of finger command?
How do I clear my terminal history?
Is grep faster than awk?
How can you see the command line history?
What does this command do? Cat food 1 > kitty
Explain the steps that a shell follows while processing a command.