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
Explain the steps that a shell follows while processing a command.
What will the following command do?
What are grep patterns?
What is .sh file?
What is sed awk grep?
Describe the zip/unzip command using gzip.
Write a command to display a file’s contents in various formats?
Why is awk called awk?
How do I use grep to search for a file?
Differentiate cat command from more command.
Which command is used to copy files?
What is grep in bash?
Why is grep called grep?
Is it inbetween or in between?
How to use grep command to list find the records of a file containing 10 different strings?