in message <[EMAIL PROTECTED]>,
wrote Oliver Fromme thusly...
>
> Hi,
hi there.
> I usually run a shell command like this ('#' is the prompt):
> # (date; make buildworld; date) | tee /var/tmp/buildworld.log
>
> So you have a datestamp output at the very beginning and at
> the very end.
thanks oliver. somebody, off the list, contacted me w/ similar
clue. he preferred to use this syntax...
# date && command && date
--
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message