What are the advantages of shell script?
How to check if the previous command was run successfully?
What is the lifespan of a variable inside a shell script?
How to redirect both standard output and standard error to the same location?
How to find all the files modified in less than 3 days and save the record in a text file?
How many fields are present in a crontab file and what does each field specify?
How to get the 3rd element/column from each line from a file?
How to pass an argument to a script?
Differentiate between ‘ and ” quotes.
When should shell programming/scripting not be used?
How can you get the value of pi till a 100 decimal places?
How to get the last line from a file using just the terminal?
How would you compare the strings in a 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.
How to calculate the number of passed arguments?