diff --git a/pages/common/lspath.md b/pages/common/lspath.md new file mode 100644 index 0000000000..dfb81645ad --- /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`