[olug] bash script help

William E. Kempf williamkempf at hotmail.com
Thu Oct 3 19:43:53 UTC 2002


From: "David Walker" <linux_user at grax.com>
> Change the last line from
> echo "$@"
> to
> $@

Produces the same output.

> and have this script do the calling of the next script instead of
returning
> the command to use.

That's what I'm doing... the echo is only for illustration.  Replace "echo"
with the name of the script to be called and you'll see the issue.  What
should be 2 arguments gets passed to the script as 3 arguments.

Bill Kempf



More information about the OLUG mailing list