how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / suresh
cut -f51 <filename>
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What is the use of tee command?
How do I search for text in vi?
What is the use of finger command?
What does the metacharacter mean?
What is the unix command to confirm a remote host is alive or not?
What is pipe command in unix?
How can you see the command line history?
Explain ‘library functions’ with respect to unix commands?
What is “chmod” command?
What are awk commands?
What are the differences among a system call, a library function, and a unix command?
How do I use grep to find a file?
why metadb requires a seperate slice to create Solaris volume manager
What does pipe () return?
Enlist some filename manipulation commands in unix.