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 command is used to check the current users?
How can you see the command line history?
What is nr in awk command?
What command will change your prompt to myprompt?
Is it inbetween or in between?
What is ‘ps’ command for?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is grep in bash?
Name the general commands in using unix os for a beginner?
How many unix commands are there?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Are you in or at the office?
Describe the usage and functionality of the command rm –r * in unix?
How do you grep recursively?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?