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 / chinmaya sahu
tail +7 <filename> | head -1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does touch command do in unix?
Using unix command how to display no of records in oracle?
What is the use of find command in unix?
What are the differences among a system call, a library function, and a unix command?
Give the command for finding the current date.
What is the use of finger command?
What are the dos commands?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How do I use grep to find a file?
What is difference between grep and find command in unix?
Who wrote grep?
Why is awk called awk?
How do I clear my terminal history?
What does the command '$ls | wc –l > file1' do?
Explain command to display different lines that are found when compare two files?