If we want to see first 35 lines of a file which command we
have to use?
Answers were Sorted based on User's Feedback
Answer / pitambar mishra
head -35 filename
awk 'NR<=35 {print}' filename
sed '35 q' filename
sed -n '1,35 p' filename
| Is This Answer Correct ? | 1 Yes | 0 No |
What are reported commands?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
What are some command words?
What are Unix processes, and how do you manage them?
How can you copy files or directories?
What is grep and how do you use it?
what are processor execution levels and priorities?
distinguish between interrupts and exceptions?
How do you find which version and name of unix you are using at the command prompt?
How do you change file permissions?
Write a grep (or grep) command that selects the lines from a file that have exactly three characters.