2022-11-30 03:21:48 +00:00
|
|
|
# lspath
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> List the contents of the `PATH` environment variable, with optional paging.
|
2022-11-30 03:21:48 +00:00
|
|
|
> More information: <https://github.com/clementi/lspath>.
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
- Print the contents of the system `PATH` variable, with one element per line:
|
2022-11-30 03:21:48 +00:00
|
|
|
|
|
|
|
`lspath`
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
- Print the current contents of the system `PATH` variable, with one element per line, with the output paged:
|
2022-11-30 03:21:48 +00:00
|
|
|
|
|
|
|
`lspath --page`
|