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 / krishna reddy
sed -n '7p' <filename>
or
head -8 <filename>|tail -1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is unix command?
What is the command to find hidden files in the current directory?
What is grep short for?
How does pipe () work?
What does pipe () return?
Why is it called grep?
Is grep faster than awk?
What does the metacharacter mean?
What is the unix command to confirm a remote host is alive or not?
How do I open a port?
Which command will print your home directory on screen?
what is the advaantage of each user having its own copy of the shell?
What is the command to find maximum memory taking process on the server?
Describe the zip/unzip command using gzip.
What is the nmap command?