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 / ramesh
head -7 <file name>|tail -1
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How do I clear my terminal history?
What does sed command do in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Enlist some filename manipulation commands in unix.
What does 'mkdir' command do in UNIX?
How do I run a bash script?
What is {} in find command?
What is the use of awk command in unix?
What does grep v grep do?
Which command is used to copy files?
How do I run a whois command?
What is the comma to display different lines that are found when compare two files?
What is the use of cut command in unix?
Why is shebang used?
How can we use grep command in unix?