how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / supriya
head -51|tail -1 <filename>
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What does #!/ Bin sh do?
What does pipe () return?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Why is awk called awk?
What do chown command do?
What is the size of time_t?
What is in grep command?
What does the metacharacter mean?
What is s and g in sed command?
How do I find previous commands in unix?
Why is shebang used?
What is the search command in unix?
What are reported commands?
How can we use grep command in unix?
What is unix command line?