2025-03-14 21:59:59 -06:00
|
|
|
# lspath
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> List the contents of the `$PATH` environment variable, with optional paging.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://github.com/clementi/lspath>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Print the contents of the system `$PATH` variable, with one element per line:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`lspath`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Print the current contents of the system `$PATH` variable, with one element per line, with the output paged:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`lspath --page`
|