Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 May 2003 22:32:55 +1000
From:      "Neeraj Arora" <Neeraj.Arora@ems.rmit.edu.au>
To:        <macklobell@hotmail.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: How do i redirect tty output?
Message-ID:  <seb443a4.041@ems.rmit.edu.au>

next in thread | raw e-mail | index | archive | help

I dont have much experience with csh, but with bash have you tried

$ portupgrade -aF > /dev/null 2>&1 &

give it a try, it works for other commands...probably could work for this one too...:^)

Regards,
Neeraj

>>> "Mack Lobell" <macklobell@hotmail.com> 05/03/03 10:10pm >>>
3 May 2003 21:00:17 +1000
>
>use nohup
>
>and tail to regularly see updates/changes to/in the output, if you want 
>to...
>
>http://www.freebsd.org/cgi/man.cgi?query=nohup&apropos=0&sektion=0&manpath=FreeBSD+4.7-RELEASE&format=html 
>
>--neeraj

prompt# nohup portupgrade -aF &
[1] 44167

prompt# j
[1]  + 44167 Suspended (tty output)        portupgrade -aF

>From what i can tell from the manpage, nohup only "removes" the reception of 
SIGHUP signals??

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?seb443a4.041>