mirror of https://github.com/CrimsonTome/tldr.git
13 lines
369 B
Markdown
13 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`
|