how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / supriya
head -51|tail -1 <filename>
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are bash commands?
Explain ‘library functions’ with respect to unix commands?
What is grep short for?
What is the pipe command?
What is the function of grep command in unix?
Which command should you use to find the remaining disk space in unix server?
How do you grep recursively?
Can you enlist some commonly used network commands?
What is the command to find hidden files in the current directory?
Which command is used to copy files?
What is awk used for?
What do know about tee command and its usage?
What is the use of sed command in unix?
How does the system know where one command ends and another begins?
What is the significance of the 'tee' command?