if we create a file, in that 10 rows(means 1,2,....9,10
like). i want 7 row exactly, which command use in unix?
plz send this question.
Answer Posted / thomas k
please try this. it will work.
head -7 <filename> | tail -1
| Is This Answer Correct ? | 42 Yes | 8 No |
Post New Answer View All Answers
Explain the steps that a shell follows while processing a command.
Give the command for finding the current date.
How does pipe () work?
How do I use grep to find a file?
What is the use of the tee command?
What is grep command in unix with examples?
What is the use of finger command?
Why is awk called awk?
Write a command to display a file’s contents in various formats?
What is difference between grep and find command in unix?
How to display no of records in oracle using unix command?
What is the use of awk command in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
What are reported commands?
What is the function of grep command in unix?