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 / sivaprasad
hi, this is sivaprasad from school of IT.
If you want exactly 7 line u can use sed command as follows
$sed -n '7,7p' filename
ok.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What will the following command do?
What is nr in awk command?
What does find command return in unix?
How do I find previous commands in unix?
how to sort the content of the file based on numeric values
What difference between cmp and diff commands?
Why is grep called grep?
Which command should you use to find the remaining disk space in unix server?
Who invented grep?
What do know about tee command and its usage?
What is the behavioural difference between cmp and diff commands?
What do chgrp command do?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the command to view process running?
Write a command to kill the last background job?