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 / srinu gadipudi
Just try this command
awk 'NR==7{print}' fiename
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What is grep r?
How to find $ai_serual resolved path by using unix
What is the difference between grep and grep?
Which command should you use to find the remaining disk space in unix server?
Give the command for finding the current date.
What is the command to find hidden files in the current directory?
Who wrote grep?
What does the metacharacter mean?
What is the use of find command in unix?
Which command will print your home directory on screen?
Explain command to display different lines that are found when compare two files?
What is grep command in unix with examples?
What is merge command in unix?
What are the differences among a system call, a library function, and a unix command?
What will the following command do?