nixCraft 🐧
nixCraft 🐧

@nixCraft@mastodon.social

Enjoy Linux & Unix-like systems, open-source software, and programming? Into Sysadmin & DevOps? Follow us to make the most of your IT career! Discover new tools, IT news, and apps daily, plus a dose of humor.

April 3, 2017

Run the following to see your PATH settings in easy to read format on screen:

tr ":" "\n" <<<"$PATH" 
tr ":" "\n" <<<"$PATH"  | lolcat

This is a little more portable
echo "$PATH" | tr ":" "\n" 
echo "$PATH" | tr ":" "\n" | lolcat

#unix #linux

Elk Logo

Elk is in Preview!

Thanks for your interest in trying out Elk, our work-in-progress Mastodon web client!

Expect some bugs and missing features here and there. we are working hard on the development and improving it over time.

Elk is Open Source. If you'd like to help with testing, giving feedback, or contributing, reach out to us on GitHub and get involved.

To boost development, you can sponsor the Team through GitHub Sponsors. We hope you enjoy Elk!

Daniel Roe三咲智子 Kevin DengPatakAnthony Fu

The Elk Team