1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`