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=20
>to...
>
>http://www.freebsd.org/cgi/man.cgi?query=3Dnohup&apropos=3D0&sektion=3D0&m=
anpath=3DFreeBSD+4.7-RELEASE&format=3Dhtml=20
>
>--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=20
SIGHUP signals??

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




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