how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / ruchi agarwal
head -n 51 filename |tail -1
| Is This Answer Correct ? | 45 Yes | 4 No |
Post New Answer View All Answers
why metadb requires a seperate slice to create Solaris volume manager
How do I run a whois command?
What are the differences among a system call, a library function, and a unix command?
What is the command to view process running?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain ‘system calls’ with respect to unix commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What command is used to check the current users?
What is command substitution?
How do I search for a file in unix command?
What is awk command used for?
Explain command to show the space allocation of files?
What is the command to find hidden files in the current directory?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the use of cut command in unix?