Date: Mon, 22 Nov 2004 15:44:14 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Nikolas Britton <freebsd@nbritton.org> Cc: Martin Hepworth <martinh@solid-state-logic.com> Subject: Re: Job Control Message-ID: <20041122154414.GC40103@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <41A1E04B.9070107@nbritton.org> References: <41A1C433.90406@nbritton.org> <41A1C865.30308@solid-state-logic.com> <41A1E04B.9070107@nbritton.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--p4qYPpj5QlsIQJ0K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton wrote: > I've play a bit with screen but I don't think it will work for my=20 > problem so let me restate it. Lets say I wanted to buildworld, build a=20 > port, cvsup, portupgrade, etc. but forgot to do it before I left for=20 > school, work, or wherever so I ssh into my box and do #foobar& etc. and= =20 > then exit, then when I get back home I want to see what happened. I=20 > guess it just goes to show that there's always a solution to a problem,= =20 > you just have to look at it from another angle (can you thing of any=20 > other solutions btw?): If all you want to do is inspect the output from your command, then simply use script(1) to save a transcript of the output. script(1) comes with the system. Use it like this: % cd /usr/ports/x11/xorg % script /tmp/make.out sudo make install And /tmp/make.out will contain a transcript of everything that appears on your screen during the course of doing that job. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --p4qYPpj5QlsIQJ0K Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBoglOiD657aJF7eIRAkjcAJ4hpy2N0emMw8cpLmCgC8cg7t9YAgCfTJPA vtT2vtbojQiEUYTrFCxFoBQ= =weFJ -----END PGP SIGNATURE----- --p4qYPpj5QlsIQJ0K--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041122154414.GC40103>