diff options
Diffstat (limited to 'Doc/help/export')
-rw-r--r-- | Doc/help/export | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/help/export b/Doc/help/export new file mode 100644 index 000000000..88ec7fe1d --- /dev/null +++ b/Doc/help/export @@ -0,0 +1,5 @@ +export [ name[=value] ... ] + The specified names are marked for automatic export to the envi- + ronment of subsequently executed commands. Equivalent to type- + set -gx. If a parameter specified does not already exist, it is + created in the global scope. |