Why should we use shell scripts?
No Answer is Posted For this Question
Be the First to Post Answer
How to make userdefined variables to available for all other shells?
How to print pid of the current shell?
Is shell scripting difficult?
What are the different shells available?
Why is a script important?
Explain about return code?
How will you print the login names of all users on a system?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"
When you login to a c shell, which script would be run first?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How would you compare the strings in a shell script?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again