how to find the 51th record of a file containing 100 records
in unix.
Answers were Sorted based on User's Feedback
Answer / sundar octavious
head -51 <filename> |tail -1
The above command will display the answer.
Is This Answer Correct ? | 33 Yes | 1 No |
Using unix command how to display no of records in oracle?
How to display no of records in oracle using unix command?
Who command in unix?
what is the difference between relative path and absolute path?
What does the metacharacter mean?
Enumerate some of the most commonly used network commands in unix?
Through which command will redirect output to bOth screen and files at the same time?
what are the different hardwares available?
What is the command to compare two files in unix?
How do you list the files in an UNIX directory while also showing hidden files?
What is the use of the tee command?
How do you remove a crontab file?