how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / deepak
head -51 <filename> | tail -1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which command is used to copy files?
Explain command to show the space allocation of files?
What is the first character of the output in ls l command?
Who wrote grep?
What is in grep command?
What difference between cmp and diff commands?
What is grep r?
What is “chmod” command?
What is the difference between cat command and more command?
How does pipe () work?
What is {} in find command?
Does cp command overwrite files?
What is the use of tee command?
What does sed command do in unix?
What are filter commands in unix?