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 nmap command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What do chgrp command do?
What is the use of egrep command in unix?
How to use grep command to list find the records of a file containing 10 different strings?
Differentiate cmp command from diff command.
How do you grep recursively?
Why is it called grep?
Write a command to kill the last background job?
What is in grep command?
What is the search command in unix?
What is nr in awk command?
What does awk stand for?
What is the command to view process running?
What are filter commands in unix?