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
What is “chmod” command?
What are reported commands?
What is $0 bash?
Does cp command overwrite files?
What does 'mkdir' command do in UNIX?
Can you explain a little bit about command substitution?
What is .sh file?
What is the difference between grep and grep?
What do chmod, chown, chgrp commands do?
What is the use of awk command in unix?
What is {} in find command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is sed awk grep?
What is the significance of the 'tee' command?
What is the nmap command?