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
What is shell company all about?
What is the first line of a shell script called?
How to print all array elements and their respective indexes?
How will you pass and access arguments to a script in linux?
What is web script?
What are the different types of variables used in shell script?
What is path in shell script?
How do I run a script from command prompt?
Is bash an operating system?
What is the use of "$#" in shell scripting?
What is meant by $1 in shell script?
What is the first line in a shell script?
How do you create a shortcut in linux?
What are scripts in psychology?
How do I run a script on mac?