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 / chinmayee
head -7 filename |tail +7
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between cat and more command?
How to display no of records in oracle using unix command?
What will the following command do?
What are awk commands?
What do chmod command do?
What is grep in bash?
Write a command to display a file’s contents in various formats?
how to sort the content of the file based on numeric values
How do I search for a file in unix command?
What is awk command used for?
Which command is used to kill the last background job?
How does pipe () work?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Is grep faster than awk?
What is a bash command?