Use the bash export command

From AcrodusWiki
Revision as of 09:06, 3 December 2024 by Alex (talk | contribs) (Created page with "The export command shows all shell environment variables. To show environment variables for just the current shell process use the command below: <pre> export -p </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The export command shows all shell environment variables. To show environment variables for just the current shell process use the command below:

export -p