How would you print just the 25th line in a file using
smallest shell script?
Answer Posted / guest
head -25 filename | tail -1
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain about stdin, stdout and stderr?
Explore about environment variables?
What does path stand for?
what is tickets $ what low,medium,high priorite pls define time also
What are scripts in psychology?
Why is the use of shell script?
What is the best scripting language?
What is the difference between break and continue commands?
What does echo mean in scripting?
What does $0 mean in shell script?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is the first line in a shell script?
Print the 10th line without using tail and head command.
Is shell a scripting language?
What is bash eval?