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
What are reported commands?
What are the unix commands?
What difference between cmp and diff commands?
How do I delete files from command prompt?
What is pipe command in unix?
What is unix command line?
What is the first character of the output in ls l command?
What happens when we execute a unix command?
Explain the steps that a shell follows while processing a command.
Explain command to view process running?
What are the general commands in using unix os for a beginner?
Is ‘du’ a command? If so, what is its use?
How does pipe () work?
What is ctrl d?
Differentiate cat command from more command.