What is an Environment Variable?
Answers were Sorted based on User's Feedback
Answer / sumit
Environment variables are a set of dynamic named values
that can affect the way running processes will behave on a
computer.
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / chakri
c shell sopports environmenal variable. different types of
environment variables are HOME,PATH,TERM,SHELL.....ETC.,
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / usama el far
a set of variables which affect the commands execution and
hold many values it need.some times we need to change it /
some times by scripts / programs
| Is This Answer Correct ? | 2 Yes | 0 No |
Environment variable are a set of variable and you can
change the value anytime or you pass any value given
Variable.
| Is This Answer Correct ? | 8 Yes | 7 No |
What is the function of grep command in unix?
What is unix command line?
what does the 'tee' command do?
What does this command do,"$more readme.txt“?
what is the use of "grep" command?
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
What is the difference between a hard link and a soft link in Unix?
What is awk command used for?
29. How to display top 10 users Who | head -10 | wc –w
What UNIX command will control the default file permissions when files are created?
what do you understand bythe term 'de-mountable volumes'?
What is a shell in Unix? Name some common Unix shells.