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 #!/ Bin sh do?
What does this command do,"$more readme.txt“?
What is the use of find command in unix?
What are the unix commands?
What is the unix command to confirm a remote host is alive or not?
Which command is used to create a directory?
Which command can you use to find the currently running process in unix server?
What is a bash command?
What is the pipe command?
What is unix command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the command to find maximum memory taking process on the server?
Who invented grep?
Which command is used to copy files?
What is the significance of the 'tee' command?