@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.)
'lolcat' needs 18 dependencies with a total size of 46,2 MB , lol no thanks.
@nixCraft Hi.
I love tr but I love pure Bash even more:
IFS=':' read -r -a path_parts <<< "$PATH"; printf '%s\n' "${path_parts[@]}"
By the way, get ready for every opinionated sysadmin to post here, we are wired that way :-D
Thanks for sharing.