execline
Software
www.skarnet.org
The export program
export sets an environment variable to a given value, then
executes a program.
Interface
export var value prog...
export sets the var environment variable to
the string value, then execs into prog with
its arguments.
- var must be given without a dollar !
- var must not contain the character = .