On Saturday 25 November 2000 05:54 pm, SoloCDM wrote:

> > I'm trying to force commands following each other in a script to
> execute one at a time once the preceding command has finished.
>


a simple bash shell script with the commands separated by ";" (without the 
quotes) will execute each command in turn when the preceding terminates.  For 
more options check out the lists section in the man page for bash.

Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to