how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / sundar octavious
head -51 <filename> |tail -1
The above command will display the answer.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What does touch command do in unix?
What does pipe () return?
Which unix command to make a new directory?
Using unix command how to display no of records in oracle?
What is grep short for?
Does cp command overwrite files?
What is awk command used for?
Is ‘du’ a command? If so, what is its use?
What is nr in awk command?
What is command statement?
What are bash commands?
What command is used to switching between users in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is a command and examples?
What is a bash command?