[wplug] setenv

James O'Kane jo2y at midnightlinux.com
Wed Apr 23 13:24:11 EDT 2003


setenv is a csh (and family) command. bash, the default shell in most 
linux distributions, uses export.

For example:

export PRINTER=printername 


Sometimes you'll see:

PRINTER=printername
export PRINTER

Both work the same.


-james





More information about the wplug mailing list