By default, echo puts a newline at the end of the string it prints. The -n option leaves out the newline. This is useful, for example, in prompts; e.g. to prompt for terminal type in a .login file do: echo -n "Terminal: " and whatever the user types will appear on the same line as the prompt. Bill Poser (poser at su-csli). -------