how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / ruchi agarwal
head -n 51 filename |tail -1
| Is This Answer Correct ? | 45 Yes | 4 No |
Post New Answer View All Answers
What does the metacharacter mean?
What is the significance of the 'tee' command?
What is the first character of the output in ls l command?
Is it inbetween or in between?
What do chgrp command do?
Who command in unix?
What is the pipe command?
What does the md command do?
Which command is used to create a directory?
What is ctrl d?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I search for a file in unix command?
What is grep r?
Explain command to show the space allocation of files?
What does find command return in unix?