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 does the “echo” command do?
How do I run a bash script?
What does this command do,"$more readme.txt“?
Describe the zip/unzip command using gzip.
Explain the steps that a shell follows while processing a command.
How do I find previous commands in unix?
What does the metacharacter mean?
What is {} in find command?
What is the unix command to confirm a remote host is alive or not?
Enumerate some of the most commonly used network commands in unix?
What is ‘ps’ command for?
What is unix command?
What is the use of tee command?
What is the comma to display different lines that are found when compare two files?
What is rmdir command?