Browse Source

export: edit page (#12573)

* export: add -p example
Nicholas Moen 11 months ago
parent
commit
d0d27e1f6e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/linux/export.md

+ 4 - 0
pages/linux/export.md

@@ -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`