![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| setenv error | rahulrathod | Shell Programming and Scripting | 2 | 02-23-2008 06:47 AM |
| setenv in script | kosta_mirkin | Shell Programming and Scripting | 2 | 01-11-2005 09:28 PM |
| Difference between SET and SETENV | 435 Gavea | UNIX for Dummies Questions & Answers | 2 | 11-10-2003 05:07 PM |
| set, setenv | w6u6f | UNIX for Dummies Questions & Answers | 1 | 01-31-2002 12:58 PM |
| setenv Question | ianf | UNIX for Dummies Questions & Answers | 3 | 12-19-2001 01:38 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi
Is someone know about "setenv"? where can i find out this one? Regards Myoe |
| Forum Sponsor | ||
|
|
|
|||
|
If you are asking about the csh command setenv, then it is used for setting environment variables in csh. Check the man page for setenv (which may also give you information on set, unset, export, unsetenv - different commands for the different shells to set environment variables)
|