Browse Source

lspath: add page (#9558)

* Create lspath.md

* Update pages/common/lspath.md

* Update pages/common/lspath.md

* Update pages/common/lspath.md
Jeff Pratt 2 years ago
parent
commit
3902255cf4
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pages/common/lspath.md

+ 12 - 0
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: <https://github.com/clementi/lspath>.
+
+- 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`