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 “chmod” command?
What does the command ' $who | sort –logfile > newfile' do?
What are the general commands in using unix os for a beginner?
What is ctrl d?
What difference between cmp and diff commands?
What is the use of find command in unix?
What is the command to find hidden files in the current directory?
What is the unix command to confirm a remote host is alive or not?
What does the “echo” command do?
What is a command and examples?
What is the comma to display different lines that are found when compare two files?
What are the differences among a system call, a library function, and a unix command?
What is command statement?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do I open a port?