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 $0 bash?
What does the command '$ls | wc –l > file1' do?
Are you in or at the office?
What does the md command do?
What is ctrl d?
What is .sh file?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Which command can you use to find the currently running process in unix server?
Name the general commands in using unix os for a beginner?
What are awk commands?
Which unix command lists files/folders in alphabetical order?
How do I use grep to search for a file?
What is sed awk grep?
What is the significance of the 'tee' command?
How does the system know where one command ends and another begins?