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 |
Using unix command how to display no of records in oracle?
How to install scsi driver in unix? give me explanation clearly?
What Command will remove a Directory in UNIX?
Why is awk called awk?
Which command will you use to change the permissions on file?
What is the difference between udp and tcp?
distinguish between user mode and kernel mode?
how many types of file in unix?
34 Answers MNC, TCS,
In UNIX, what is the command to edit contents of the file?
Give Command that will change the name of a directly from paypal to eBay
What is clustering in HP and how it's work?
How to display no of records in oracle using unix command?