[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | It is not a linux-ism, but a bash-ism. > | I thought we already required bash in some other scripts?
what is requried is a rewrite of the construct: ${TMPCMD/$PATTERN} something similar to $tmp=`echo $TMPCMD | sed -e "s/$PATTERN//"` ; $tmp Last time I tried this I had a lot of trouble. -- Lgb