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
What is ctrl d?
Explain ‘library functions’ with respect to unix commands?
Is command prompt unix?
What does the command ' $who | sort –logfile > newfile' do?
What are the differences among a system call, a library function, and a unix command?
What's a command word?
What does sed command do in unix?
How to use grep command to list find the records of a file containing 10 different strings?
How does the system know where one command ends and another begins?
What is ‘ps’ command for?
What is pipe command in unix?
What are the unix commands?
What is $0 bash?
Explain command to view process running?
Why is awk called awk?