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 sed command in unix?
How do you grep a case insensitive?
What does the command '$ls | wc –l > file1' do?
What do chmod, chown, chgrp commands do?
How do I open a port?
What is the difference between cat and more command?
Who wrote grep?
What is the use of tee command?
Explain command to view process running?
What is the comma to display different lines that are found when compare two files?
How does the system know where one command ends and another begins?
What is the use of finger command?
How do you grep recursively?
What is .sh file?
What do chmod command do?