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
How do I search for a file in unix command?
What is used to type command?
Write a command that will display files in the current directory, in a colored, long format.
Which command is used to restrict incoming messages?
What is updatedb?
Explain mount and unmount command.
Who command in unix?
What is the comma to show the space allocation of files?
What difference between cmp and diff commands?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What are reported commands?
What happens when we execute a unix command?
What does the command '$ls | wc –l > file1' do?
What is awk command used for?
Does cp command overwrite files?