If we want to see first 35 lines of a file which command we
have to use?
Answer Posted / siri
sed -n '1,35p' filename;
head -35 filename;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of tee command?
How does pipe () work?
Differentiate cmp command from diff command.
What is sed awk grep?
What is the use of awk command in unix?
What difference between cmp and diff commands?
What is a bash command?
What is the pipe command?
What is the use of find command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What do chmod, chown, chgrp commands do?
What does grep v do?
What is ctrl d?
How do you grep recursively?
Explain command to show the space allocation of files?