Answer Posted / ashu
Environment variables are a set of dynamic values that can
affect the way running processes will behave on a computer.
EX:
PATH,HOME,%TEMP%, date etc are environmental variables,
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to use arguments in a script?
Explore about environment variables?
Why do we write bin bash in shell scripts?
How do I edit a .sh file?
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.
Why are shell scripts used?
I want to connect to a remote server and execute some commands, how can I achieve this?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Can we run shell script in windows?
How do I stop script errors?
What is the first line in a shell script?
How to write a function?
Explain about sourcing commands?
Explain how you Automate your application using Shell scripting.
How do I run a .sh file on mac?