mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
460 B
Plaintext
18 lines
460 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|