That was my point. If you're using $1 $2 type variables, which are positional paramaters, you do not use read statements, as you did. On Wed, 6 Aug 2003, jude dashiell wrote: > That's actually correct. read statements get used to answer prompts > inside of bash scripts not to inhale from the command line. > >