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 is grep in bash?
What are awk commands?
What is command statement?
Explain ‘system calls’ with respect to unix commands?
What is grep and how do you use it?
Which command is used to find whether the system is 32 bit or 64 bit?
How to display no of records in oracle using unix command?
How do you grep recursively?
What is the size of time_t?
Is command prompt unix?
What are the commands in UNIX to list the files in a Directory?
What is the first character of the output in ls l command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Write a command to kill the last background job?
Who command in unix?