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 / anandthks
head -7 <filename>| tail -1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How to use grep command to list find the records of a file containing 10 different strings?
How to display no of records in oracle using unix command?
What are bash commands?
What is the function of grep command in unix?
What is grep in bash?
What are file commands?
What are filter commands in unix?
How do I use grep to find a file?
What difference between cmp and diff commands?
What is the behavioural difference between cmp and diff commands?
Which command will print your home directory on screen?
What is unix command?
what is the advaantage of each user having its own copy of the shell?
Who invented grep?