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 / anandthks
head -7 <filename>| tail -1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a command to display a file’s contents in various formats?
What is the comma to display different lines that are found when compare two files?
What does the command '$ls | wc –l > file1' do?
What is grep command in unix with examples?
What is the nmap command?
What are filter commands in unix?
What is the significance of the 'tee' command?
What are bash commands?
What is the use of cut command in unix?
What do chmod, chown, chgrp commands do?
What are grep patterns?
What is {} in find command?
What does sed command do in unix?
What is s and g in sed command?
Explain command to view process running?