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 grep and how do you use it?
How do I find previous commands in unix?
Which command should you use to find the remaining disk space in unix server?
Explain mount and unmount command.
Explain the steps that a shell follows while processing a command.
What is the difference between grep and grep?
What is difference between grep and find command in unix?
Are you in or at the office?
Which command is used to create a directory?
What is the function of grep command in unix?
What does #!/ Bin sh do?
Explain command to view process running?
What is command statement?
What does the md command do?
What does the command '$ls | wc –l > file1' do?