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 does grep v grep do?
Why is shebang used?
Explain ‘library functions’ with respect to unix commands?
What command will change your prompt to myprompt?
What are file commands?
What are the unix commands?
What is pipe command in unix?
What is the nmap command?
Why is grep called grep?
What is the behavioural difference between cmp and diff commands?
What are the general commands in using unix os for a beginner?
What does grep v do?
Which command can you use to find the currently running process in unix server?
Who wrote grep?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?