If you're using the real shell, then you can do PS1=`promptprog` where promptprog is a program that generates the new prompt. For example PS1=`cat << END_CAT $ $ END_CAT` Will double up dollar sign prompts. -Ron