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 |
What is s and g in sed command?
Explain ‘library functions’ with respect to unix commands?
What is the use of touch command in there?
What is the unix command to confirm a remote host is alive or not?
What is the use of egrep command in unix?
What is the command to find maximum memory taking process on the server?
distinguish between physical addresses and logical address?
Which mode is used for allowing file write,read and append mode?
how to find the 51th record of a file containing 100 records in unix.
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
How can you create a symbolic link to a file or directory?