This website requires JavaScript.
Explore
Help
Sign In
TheMagician
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
scripts
/
path
4 lines
38 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add script which prints line-separated $PATH
2023-11-21 11:51:42 +00:00
#!/bin/sh
Quote "$PATH"
2023-11-21 11:54:42 +00:00
echo "$PATH" | tr ':' '\n'