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
Why is shebang used?
What does grep v do?
Is ‘du’ a command? If so, what is its use?
What are filter commands in unix?
What is a command and examples?
What is the difference between cat command and more command?
What is the function of grep command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does the command '$ls | wc –l > file1' do?
What is difference between grep and find command in unix?
What are bash commands?
What does touch command do in unix?
What command is used to check the current users?
What are the commands in UNIX to list the files in a Directory?
What does awk stand for?