LinuxCommandLibrary

lspath

CLI app to list the contents of the PATH environment variable, with optional paging.

TLDR

Print the contents of the system PATH variable, with one element per line

$ lspath
copy


Print the current contents of the system PATH variable, with one element per line, with the output paged
$ lspath --page
copy

Copied to clipboard