How would you print just the 25th line in a file using
smallest shell script?
Answer Posted / swaroopa
sed -n 25p <filename>
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Is shell scripting useful?
What is shell and shell script?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Is shell a part of kernel?
What is the purpose of scripting?
Why is a script important?
What language is bash?
What is a file basename?
What is the significance of $#?
What are the advantages of shell scripting?
What does $@ mean in shell?
What is awk script?
What is bash coding?
How do I open the shell prompt?
What does sh mean?