Run the following to see your PATH settings in easy to read format on screen:```tr ":" "\n" <<<"$PATH" tr ":" "\n" <<<"$PATH" | lolocat```This is a little more portable```echo "$PATH" | tr ":" "\n" echo "$PATH" | tr ":" "\n" | lolcat```
Uncategorized
5
Posts
4
Posters
0
Views
-
-
@nixCraft pipe together toilet and lolcat
-
-
@nixCraft Nice tr command, thanks!
But you might want to remove the extra 'o' from 'lolocat'. (Debian, at least, doesn't have a lolocat; I haven't tried installing lolcat because I don't know what it does and it has a bunch of ruby dependencies.)
-
@nixCraft Nice tr command, thanks!
But you might want to remove the extra 'o' from 'lolocat'. (Debian, at least, doesn't have a lolocat; I haven't tried installing lolcat because I don't know what it does and it has a bunch of ruby dependencies.)
@akkana fixed it. it was a typo on my part.
-
R relay@relay.infosec.exchange shared this topic
