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 does #!/ Bin sh do?
How do I use nslookup?
What is the pipe command?
What is the difference between cat command and more command?
How do I run a bash script?
What is the use of the command 'ls -x chapter[1-5]' ?
Which command will print your home directory on screen?
Explain ‘library functions’ with respect to unix commands?
What is the use of finger command?
What is the first character of the output in ls l command?
Why is shebang used?
Which command is used to kill the last background job?
What is time_t?
What does the command '$ls | wc –l > file1' do?
What is sed awk grep?