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
What are the advantages of shell scripting?
What is a shell made of?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
Explain about gui scripting?
Is scripting and coding the same thing?
What is the best scripting language?
Given a file find the count of lines containing the word "abc".
What is shell geeksforgeeks?
How will you copy a file from one machine to other?
Write a shell script to get current date, time, user name and current working directory.
Where are cowrie shells found?
How to check if the previous command was run successfully?
What does echo $0 do?
Explain about echo command?
What is the way to do multilevel if-else's in shell scripting?