Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
epsylon
on Sept 10, 2013
|
parent
|
context
|
favorite
| on:
Unix Commands I Wish I’d Discovered Years Earlier
I use tr all the time when I want to check $PATH:
echo $PATH | tr : '\n'
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
echo $PATH | tr : '\n'