how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / raj
sed '51p' filename
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does #!/ Bin sh do?
What command will change your prompt to myprompt?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Is grep faster than awk?
what is the advaantage of each user having its own copy of the shell?
What does grep v grep do?
How to use grep command to list find the records of a file containing 10 different strings?
What are file commands?
How many unix commands are there?
Which unix command lists files/folders in alphabetical order?
What does the metacharacter mean?
Which command is used to kill the last background job?
What is unix command?
What is the use of finger command?
What is the use of tee command?