From d0d27e1f6e905e006a62826cfab8b85140e0ea9c Mon Sep 17 00:00:00 2001 From: Nicholas Moen Date: Wed, 17 Apr 2024 22:30:49 -0600 Subject: [PATCH] export: edit page (#12573) * export: add -p example --- pages/linux/export.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/export.md b/pages/linux/export.md index c9ef7df523..ffc36387c4 100644 --- a/pages/linux/export.md +++ b/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`