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 the comma to display different lines that are found when compare two files?
What does grep v do?
Can you enlist some commonly used network commands?
How do you grep recursively?
Which command should you use to find the remaining disk space in unix server?
What is the function of grep command in unix?
why metadb requires a seperate slice to create Solaris volume manager
What is the search command in unix?
What does the “echo” command do?
What does the command ' $who | sort –logfile > newfile' do?
What do chmod, chown, chgrp commands do?
What is the difference between awk and grep?
What is the use of the command 'ls -x chapter[1-5]' ?
Which unix command lists files/folders in alphabetical order?
Who wrote grep?