how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / supriya
head -51|tail -1 <filename>
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the use of egrep command in unix?
Is grep faster than awk?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain command to show the space allocation of files?
Which command should you use to find the remaining disk space in unix server?
What does grep v grep do?
Why is it called grep?
What is the use of tee command?
What is $0 bash?
What does this command do,"$more readme.txt“?
Differentiate cmp command from diff command.
Why is shebang used?
What is the difference between cat command and more command?
Write a command to kill the last background job?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?