On Sat, 16 Nov 2002, Adam Luchjenbroers wrote:

>
> While bash can retrieve the different commandline values using the variables
> $1, $2, $3, etc - is there a way to just read out them all at once (with
> spaces between the values).
>
> I use startup scripts for many of my games, and I want the script to pass
> through command line options at the end (for connecting to servers, etc).

mdresser@router:~$ cat testingforadam
echo $*
mdresser@router:~$ ./testingforadam hello adam how are you today
hello adam how are you today

=)

Mike

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to