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 does path stand for?
Write down the syntax of "for " loop
How do I run a shell script in powershell?
What is shell chemistry?
What is the conditional statement in shell scripting?
Is shell script a programming language?
What are filters explain sort with all the options available?
Can shell script run on windows?
I want to connect to a remote server and execute some commands, how can I achieve this?
How to redirect both standard output and standard error to the same location?
How do I run a bin bash script?
What is a shell made of?
What is the use of "$?" Sign in shell script?
How do I debug a shell script?
What is the use of "$#" in shell scripting?