how to find the 51th record of a file containing 100 records
in unix.

Answer Posted / deepak

head -51 <filename> | tail -1

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the advaantage of each user having its own copy of the shell?

2034


What is ctrl d?

592


Can you explain a little bit about command substitution?

605


What does touch command do in unix?

723


What is command statement?

541






What is the use of find command in unix?

575


Explain mount and unmount command.

611


Differentiate cat command from more command.

574


How to use grep command to list find the records of a file containing 10 different strings?

643


What are some command words?

559


What do know about tee command and its usage?

584


How do I search for text in vi?

584


Give the command for finding the current date.

578


What does awk stand for?

603


How do you repeat a command in terminal?

587