lspath: add page (#9558)

* Create lspath.md

* Update pages/common/lspath.md

* Update pages/common/lspath.md

* Update pages/common/lspath.md
pull/1/head
Jeff Pratt 2022-11-29 20:21:48 -07:00 committed by GitHub
parent 7d5af884ed
commit 3902255cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/lspath.md Normal file
View File

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