HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lspath — List the contents of the `$PATH` environment variable, with optional paging. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcontentspathlspathclilist

Problem

How to use the lspath command: List the contents of the $PATH environment variable, with optional paging. More information: <https://github.com/clementi/lspath>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/lspath

Revisions (0)

No revisions yet.