ShakaCode website
About us
Services
Recent work
Blog
Book a free call
Coding Forum - Developers Discussions and Problem-Solving on ShakaCode Forum
Shell Goodies (Zsh and Bash)
Productivity
justin
July 4, 2015, 10:44pm
1
Please post your favorite shell tidbits:
Prints path, one path per line.
alias echopath='echo $PATH | tr : "\n"'