What is the difference between scripting and coding?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a shell variable that is exported and the one that is not exported?
What is shell chemistry?
Why is a script important?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
Where is bash history?
How to print all the arguments provided to the script?
Explain about shebang?
write a program to display all the files from the current directory which are created in particular month
Explain about login shell?
What does $@ mean in shell?
What does debug script mean?
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"