1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/lspath.md
Jeff Pratt 3902255cf4
lspath: add page (#9558)
* Create lspath.md

* Update pages/common/lspath.md

* Update pages/common/lspath.md

* Update pages/common/lspath.md
2022-11-30 13:21:48 +10:00

12 lines
369 B
Markdown

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