The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: What 's setenv?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-05-2002
thehoghunter
Guest
 

Posts: n/a
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)
Reply With Quote