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
Which command should you use to find the remaining disk space in unix server?
Is ‘du’ a command? If so, what is its use?
How do I use grep to search for a file?
How many unix commands are there?
What does touch command do in unix?
Are you in or at the office?
Write a command that will display files in the current directory, in a colored, long format.
What is ‘ps’ command for?
Using unix command how to display no of records in oracle?
Explain mount and unmount command.
What is a command and examples?
How to use grep command to list find the records of a file containing 10 different strings?
How do I run a whois command?
What is nr in awk command?
Write a command to display a file’s contents in various formats?