Hi,
I usually just lurk on this list, but I've been curious lately about the origin of
the symbols at the end of various interactive prompts.
ksh (etc), bash, sh use $ for non-root, and # for root
csh, tcsh and zsh use % for non-root and # for root
fish and things like mysql, ftp, and interactive shells for a lot of scripting languages
use >
rc uses ;
Where do these different conventions originate?
B