how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / deepak
head -51 <filename> | tail -1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is grep and how do you use it?
What is the difference between cat command and more command?
What are reported commands?
Explain command to display different lines that are found when compare two files?
What does the “echo” command do?
What are the general commands in using unix os for a beginner?
What is the pipe command?
What is time_t?
What are bash commands?
What is pipe command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How does shebang work?
What is .sh file?
What is unix command line?
What is the functionality of a top command?