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
Differentiate cmp command from diff command.
What do chgrp command do?
What is a command and examples?
What is $0 bash?
Name the general commands in using unix os for a beginner?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I run a bash script?
Differentiate cat command from more command.
Using unix command how to display no of records in oracle?
What is grep short for?
How do I run a whois command?
What does this command do? Cat food 1 > kitty
What is unix command line?
Write a command to display a file’s contents in various formats?
How do I use grep to search for a file?