export Flashcards
1
Q
export
A
Set export attribute for shell variables.
Marks each NAME for automatic export to the environment of subsequently executed commands.
An argument of ‘–’ disables further option processing.
2
Q
export
- f
- n
- p
A
- f, Refer to shell functions.
- n, Remove the export property from each NAME.
- p, Display a list of all exported variables and functions.