How would you print just the 25th line in a file using
smallest shell script?
Answer Posted / santana20142003
$ls -lrt | awk 'NR==2'
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Which scripting language is best for automation?
Is it possible to substitute "ls" command in the place of "echo" command?
What is gui scripting?
what is info area how many types?
What is shell geeksforgeeks?
Why should we use shell scripts?
What is the equivalent of a file shortcut that we have a window on a linux system?
What is difference between shell and bash scripting?
What are the types of script?
What does $$ mean in shell script?
What are the advantages of shell script?
How are shells born?
Explain about stdin, stdout and stderr?
What is c in shell script?
What is the best shell scripting language?