30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
EXPORT(1) User Commands EXPORT(1)
|
|
|
|
NAME
|
|
export - export one or more environment variables
|
|
|
|
SYNOPSIS
|
|
export [name[=[value]]...]
|
|
|
|
DESCRIPTION
|
|
If no parameters are specified, export will print all of the exported
|
|
environment variables. If one or more varible are supplied they will
|
|
become exported variables. If the variable had been previously
|
|
declared as a non-exported variable it will be exported with its
|
|
current value unless the "=" character is included. If a value is
|
|
specified after the "=" character it will become the new value of the
|
|
variable. If no value follows the "=" character the variable will be
|
|
assigned a NULL value.
|
|
|
|
AUTHOR
|
|
Dave Hein
|
|
|
|
COPYRIGHT
|
|
Copyright (c) 2013, Dave Hein
|
|
MIT License (See license.txt in the root directory)
|
|
This is free software: you are free to change and redistribute it.
|
|
There is no warranty, to the extent permitted by law.
|
|
|
|
|
|
SPINIX utility March 2013 EXPORT(1)
|