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 |
How does the user view the contents of a text file in UNIX?
what is the difference between Touch & cat command
Write a command that will display files in the current directory, in a colored, long format.
how many types of file in unix?
34 Answers MNC, TCS,
what is the command to print last 8 lines of any text file.
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
What does grep v do?
Which unix command lists files/folders in alphabetical order?
What is the command to compare two files in unix?
How do I use nslookup?
use of ls command
what is shell?