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 I use grep to search for a file?
Which unix command to make a new directory?
How do I open a port?
What are some command words?
Differentiate cmp command from diff command.
What is the size of time_t?
What is nr in awk command?
What does this command do,"$more readme.txt“?
What is “chmod” command?
What is the use of find command in unix?
Enumerate some of the most commonly used network commands in unix?
What are the general commands in using unix os for a beginner?
What is the search command in unix?
What is the comma to show the space allocation of files?
How to use grep command to list find the records of a file containing 10 different strings?