how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / sundar octavious
head -51 <filename> |tail -1
The above command will display the answer.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
Does cp command overwrite files?
How do you grep recursively?
How do you repeat a command in terminal?
What is rmdir command?
What is grep r?
What command is used to check the current users?
How to display no of records in oracle using unix command?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the use of finger command?
What are bash commands?
What is the use of egrep command in unix?
What do chown command do?
How can we use grep command in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
Which command is used to restrict incoming messages?