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
What do know about tee command?
Who wrote grep?
What happens when we execute a unix command?
What do know about tee command and its usage?
Explain command to display different lines that are found when compare two files?
Why is it called grep?
What is the use of find command in unix?
Write a command that will display files in the current directory, in a colored, long format.
What is the significance of the 'tee' command?
What is the pipe command?
What is in grep command?
hw will u use awk in replacing cahrs and files
Explain ‘system calls’ with respect to unix commands?
What is ctrl d?
What is difference between grep and find command in unix?