[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Command strings
- From: Jim Hayward <jimhayward earthlink net>
- To: redhat-install-list redhat com
- Subject: Re: Command strings
- Date: 01 Dec 2002 12:33:16 -0800
On Sun, 2002-12-01 at 17:08, alex wrote:
>
> But, how about combining commmands where each command
> initiates a series of steps that must be satisfied before
> going to the next one? I vaguely recall that this can be
> done but have forgotten the specifics.
>
> $ ./configure
> $ make
> $ su -c make install
> (combining)
> $ ./configure___ make___ su -c make install
>
>
> What should be the separators in ___ ?
Use &&
./configure && make && su -c make install
Regards,
Jim H
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]