how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / biswa
cat <filename>|head -51|tail -1
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Why is it called grep?
What is a bash command?
What are the general commands in using unix os for a beginner?
What is grep r?
How do I run a bash script?
Which command is used to restrict incoming messages?
How does the system know where one command ends and another begins?
What is the use of the tee command?
What is the comma to show the space allocation of files?
How do I delete files from command prompt?
How do I find previous commands in unix?
What is the use of tee command?
What is the significance of the 'tee' command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is in grep command?