What is ms powershell?
What is the best scripting language?
Where cron file kept?
When we login into our account which files are executed?
What is the fastest scripting language?
how to create purchase order
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
What is an sh file?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
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"
Explain about sourcing commands?
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.
What is batch file programming?