how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / harsha
sed -n 51p <filename>
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
How do you repeat a command in terminal?
What does awk stand for?
What is the use of the command 'ls -x chapter[1-5]' ?
What is unix command line?
What is the comma to show the space allocation of files?
What does touch command do in unix?
What command is used to check the current users?
What is ctrl d?
What is the use of the tee command?
How do I open a port?
What are the unix commands?
What is the general format of unix command syntax?
What is grep short for?
What is the command to view process running?
How can we use grep command in unix?