how to find the 51th record of a file containing 100 records
in unix.
Answers were Sorted based on User's Feedback
Answer / sundar octavious
head -51 <filename> |tail -1
The above command will display the answer.
Is This Answer Correct ? | 33 Yes | 1 No |
Describe the usage and functionality of the command rm –r * in unix?
How do I open a port?
If JFS file system is 100% full how we can increase the file system ?
distinguish between paging and swapping?
what is the cmd to display the last exit status in UNIX?
How many unix commands are there?
What is "type" command in unix?what is the functionality??
Can you explain a little bit about command substitution?
How do I use nslookup?
What are reported commands?
What is {} in find command?
Give the command for finding the current date.