Files
tldr/pages/common/lspath.md
2023-07-16 19:23:40 +02:00

13 lines
364 B
Markdown

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