execline
Software
skarnet.org
The import program
import replaces an environment variable name with its value,
then executes another program.
Interface
import [ -i | -D default ] [ -u ] [ -s ] [ -C | -c ] [ -n ] [ -d delim ] envvar prog...
- import behaves exactly as
$ envvar envvar.
Notes
- Starting in execline-2.5.0.0, the import command is
marked as obsolescent; it will disappear in a future version of execline.
It is recommended to use the $
command instead.