In ksh, you need to declare a "function" if you want to pass parameters. "Alias"es don't allow them. The manual tells you how. Then "\!*" becomes simply "$*". Guenter Steinbach gunter_steinbach at hplabs.hp.com