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 happens when we execute a unix command?
What is difference between grep and find command in unix?
What is the search command in unix?
What does awk stand for?
Explain command to view process running?
What is the use of sed command in unix?
Give the command for finding the current date.
What is the command to view process running?
What does the command '$ls | wc –l > file1' do?
What is the comma to display different lines that are found when compare two files?
What command is used to check the current users?
Is grep faster than awk?
What difference between cmp and diff commands?
Is it inbetween or in between?
How do I run a bash script?