From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from math.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with SMTP id DAA11083 for ; Wed, 1 Nov 1995 03:41:35 +1100 (EST) Received: by math.gatech.edu (5.x/SMI-SVR4) id AA04252; Tue, 31 Oct 1995 11:07:53 -0500 Old-Return-Path: Resent-Date: Tue, 31 Oct 95 08:13:08 PST Old-Return-Path: Date: Tue, 31 Oct 95 08:13:08 PST From: unpingco@ece.ucsd.edu (Jose Unpingco) Message-Id: <9510311613.AA01212@sunshine.ucsd.edu> To: zsh-users@math.gatech.edu Subject: 2 questions Resent-Message-Id: <"aUjFA2.0.V01.fbabm"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/115 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu 1.) is it possible to assign standard output and/or standard error from a job to a device after it has been put in the background. For example, % find . -name '*mat' -print & then do something like % %1 > /dev/null 2.) why is it that when I do history -f, I get dates and times that refer to the latest login and not to the date and time of command execution in the history. For example, 105 10/21/1995 09:44 cd News <--- this command was run 10/20 not 10/21 106 10/21/1995 09:44 mail -f z <-- this is correct thanks.