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 the command to find hidden files in the current directory?
What is the use of the command 'ls -x chapter[1-5]' ?
How to use grep command to list find the records of a file containing 10 different strings?
What does this command do,"$more readme.txt“?
What is the use of the tee command?
What is command statement?
What are some command words?
What is $0 bash?
What is the command to view process running?
What is grep and how do you use it?
Why is it called grep?
What does the command '$ls | wc –l > file1' do?
How do I search a whole word in vim?
Can you explain a little bit about command substitution?
Explain ‘library functions’ with respect to unix commands?