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
What is shell scripting?
How do I read a .sh file?
State the advantages of shell scripting?
How to get the last line from a file using just the terminal?
What is a program shell?
Write a shell script to get current date, time, user name and current working directory.
What does the sh command do?
What is a scripting language simple definition?
Which shell is the best?
How to print all array elements and their respective indexes?
What are the four fundamental components of every file system on linux?
How can we find the process name from its process id?
What is a shell? · Types of shell · what is shell scripting?
How can I send a mail with a compressed file as an attachment?
What is meant by $1 in shell script?