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 search command in unix?
Write a command to kill the last background job?
What does #!/ Bin sh do?
What are some command words?
What are awk commands?
How do I search for a file in unix command?
What does sed command do in unix?
How do I use grep to search for a file?
How does shebang work?
What is the function of grep command in unix?
How do I delete files from command prompt?
Using unix command how to display no of records in oracle?
Differentiate cat command from more command.
Who invented grep?
What is awk good for?