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 time_t?
distinguish between interrupts and exceptions?
What does pipe () return?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
write grep commands to select the lines that have exactly two characters
What does touch command do in unix?
How do I use grep to search for a file?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
What is awk command used for?
What does the “echo” command do?
How to create hardlinks and softlinks on files?
What is the different between UNIX command and UNIX shell script?