how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / harsha
sed -n 51p <filename>
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are the commands in UNIX to list the files in a Directory?
Why is it called a shebang?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What does #!/ Bin sh do?
What does the metacharacter mean?
Is it inbetween or in between?
How do I open a port?
Name the unix command to find how many days the server has been up.
What is the unix command to confirm a remote host is alive or not?
What are file commands?
Is ‘du’ a command? If so, what is its use?
What is grep r?
What does the md command do?
What command will change your prompt to myprompt?
Enlist some filename manipulation commands in unix.