What is the conditional statement in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
How to get the first line from a file using just the terminal?
How to open a read-only file in the shell?
Explain about non-login shell files?
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"
How do I save a powershell script?
Explain about the exit command?
What is the significance of $#?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
What is the difference between a shell variable that is exported and the one that is not exported?
What is shell chemistry?
When should shell programming/scripting not be used?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)