If we want to see first 35 lines of a file which command we
have to use?
Answer Posted / ranjan
sed -n'1,35 p' filename
or
head -35 filename
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a command and examples?
What are grep patterns?
Using unix command how to display no of records in oracle?
What are awk commands?
What do chmod command do?
What do chgrp command do?
What is the significance of the 'tee' command?
How does shebang work?
What's a command word?
What is grep and how do you use it?
Write a command to kill the last background job?
How do you repeat a command in terminal?
Which unix command lists files/folders in alphabetical order?
How do I search for text in vi?
Who wrote grep?