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 |
Is ‘du’ a command? If so, what is its use?
hw will u use awk in replacing cahrs and files
What is the difference between cat and more command?
How to setup sudo, only can use for particular date & time only ( for solaris10 )
what do you understand by 'building block primitive'?
Differentiate cmp command from diff command.
what is shell?
How do you execute a UNIX command in the background?
boot process?
What are the dos commands?
how to find the 51th record of a file containing 100 records in unix.
How to convert a hidden file to normal visible file?