On Sat, Sep 06, 2003 at 12:37:46AM +1200, Nick Rout wrote: > wget http://download.site/long.iso && halt > > halt will happen after wget finishes.
But not if wget's return code is something other than 0. In the above case, you're probably better off running "wget http://.../big.rpm; halt". This will halt the system no matter the result of wget's run. Cheers, -mjg -- Matthew Gregan |/ /| [EMAIL PROTECTED]
