comp.lang.ada
 help / color / mirror / Atom feed
From: Frank Ranner <franner@tpg.com.au>
Subject: Re: Dual_IO
Date: Sun, 01 Jul 2001 21:30:52 +1000
Date: 2001-07-01T21:30:52+10:00	[thread overview]
Message-ID: <3B3F09EC.E22A383D@tpg.com.au> (raw)
In-Reply-To: mailman.993936899.30371.comp.lang.ada@ada.eu.org

Gautier Write-only-address wrote:
> 
> Hi! Does anyone have in his/her toolbox a kind of Text_IO that
> sends everything to Standard_output and a log file ? It's simple
> but if I can avoid to do it myself...
> TIA
> __________________________________________
Option 1
myadaprogram | tee log.file

Option 2
script log.file
myadaprogram
exit

If you are using that Windows thing then you can only use option 1. You 
can find the gnu tee program on simtel in the shell utils package.

Regards,
Frank Ranner



  reply	other threads:[~2001-07-01 11:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-30 21:33 Dual_IO Gautier Write-only-address
2001-07-01 11:30 ` Frank Ranner [this message]
2001-07-01 14:30   ` Dual_IO Larry Kilgallen
  -- strict thread matches above, loose matches on Subject: below --
2001-07-01 18:32 Dual_IO Gautier Write-only-address
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox