how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / dinesh kumar
awk 'NR=51 Printf{$0}' filename
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can you enlist some commonly used network commands?
What are bash commands?
What is “chmod” command?
Name the unix command to find how many days the server has been up.
What is the difference between cat command and more command?
How does the system know where one command ends and another begins?
Differentiate cat command from more command.
Describe the zip/unzip command using gzip.
How do you repeat a command in terminal?
What is pipe command in unix?
How does shebang work?
How do I search for a file in unix command?
What command will change your prompt to myprompt?
Which command is used to restrict incoming messages?
Does cp command overwrite files?