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
How to use grep command to list find the records of a file containing 10 different strings?
What is the search command in unix?
What is the behavioural difference between cmp and diff commands?
What is in grep command?
How do I search for text in vi?
How many unix commands are there?
Is it inbetween or in between?
Can you explain a little bit about command substitution?
What is $0 bash?
Who invented grep?
Who command in unix?
What does the metacharacter mean?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is time_t?
What is the general format of unix command syntax?