export: edit page (#12573)

* export: add -p example
This commit is contained in:
Nicholas Moen
2024-04-17 22:30:49 -06:00
committed by GitHub
parent c9775847b6
commit d0d27e1f6e

View File

@@ -18,3 +18,7 @@
- Append a pathname to the environment variable `PATH`:
`export PATH=$PATH:{{path/to/append}}`
- Display a list of active exported variables in shell command form:
`export -p`