In a file , how to retrieve the lines which are the
multiples of 50 ? like 50,100,150th lines etc.
Answer Posted / ganeswar bojanapu
Here is simply command
sed -n '50~50'p filename
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Differentiate between ‘ and ” quotes.
What is echo in shell?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
Why is it called a shell?
What is shell application?
What does echo mean in scripting?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
How to print the first array element?
State the advantages of shell scripting?
Write down the syntax of "for " loop
How do I run a shell script on a mac?
What is shell prompt?
How do we create command aliases in a shell?
What is bash used for?
What is the first line of a shell script called?