Re: Passing the entire command line

2002-11-18 Thread James Mohr
> - Original Message - > From: "Adam Luchjenbroers" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, November 15, 2002 9:05 PM > Subject: Passing the entire command line > > > While bash can retrieve the different commandline v

Re: Passing the entire command line

2002-11-18 Thread hackob
Put them between "" - Original Message - From: "Adam Luchjenbroers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 9:05 PM Subject: Passing the entire command line > > While bash can retrieve the different commandline v

Re: Passing the entire command line

2002-11-15 Thread Mike Dresser
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

Passing the entire command line

2002-11-15 Thread Adam Luchjenbroers
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 (f