From 3902255cf47a9d8d21320aef5c41aea1485679bc Mon Sep 17 00:00:00 2001 From: Jeff Pratt Date: Tue, 29 Nov 2022 20:21:48 -0700 Subject: [PATCH] lspath: add page (#9558) * Create lspath.md * Update pages/common/lspath.md * Update pages/common/lspath.md * Update pages/common/lspath.md --- pages/common/lspath.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/lspath.md diff --git a/pages/common/lspath.md b/pages/common/lspath.md new file mode 100644 index 000000000..dfb81645a --- /dev/null +++ b/pages/common/lspath.md @@ -0,0 +1,12 @@ +# lspath + +> CLI app to list the contents of the PATH environment variable, with optional paging. +> More information: . + +- Print the contents of the system PATH variable, with one element per line: + +`lspath` + +- Print the current contents of the system PATH variable, with one element per line, with the output paged: + +`lspath --page`