What is the use of echo in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
Is bash an operating system?
Write the syntax for "if" conditionals in linux?
What is a file basename?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
What is the best scripting language?
What is $1 in shell scripting?
What is bash used for?
Tell something about the super block in shell scripting?
How would you print just the 25th line in a file using smallest shell script?
What are the types of script?
Differentiate between ‘ and ” quotes.
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"