Skip to content

Commit

Permalink
docs: more Linux commands
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Feb 27, 2024
1 parent 95af0f3 commit 77a2b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ so I wrote this utility to be able to explore `PATH` more easily.
Even better tools than `justpath` may exist.

- On Linux you can run `echo $PATH | tr ";" "\n"` to view your path line by line and
combine it with `grep` to gain more insights.
combine it with `grep`, `sort`, `uniq` and `wc -l` to gain more insights.
- [Rapid Environment Editor](https://www.rapidee.com/en/path-variable) for Windows
is a gem (no affiliation).
- Maybe some smart command-line utility in Rust will emerge for PATH specifically,
Expand Down

0 comments on commit 77a2b84

Please sign in to comment.