how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / dinesh babu
awk '{if (NR==51) print$0}' filename
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What command is used to switching between users in unix?
Explain command to view process running?
What do know about tee command and its usage?
Which command will print your home directory on screen?
Who command in unix operating system?
What is “chmod” command?
What happens when we execute a unix command?
Write a command to kill the last background job?
What is a command and examples?
How does the system know where one command ends and another begins?
What does 'mkdir' command do in UNIX?
Which unix command to make a new directory?
Differentiate cat command from more command.
why metadb requires a seperate slice to create Solaris volume manager
How do I use nslookup?