From owner-freebsd-questions@FreeBSD.ORG Thu Dec 23 18:12:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF3016A4CE for ; Thu, 23 Dec 2004 18:12:11 +0000 (GMT) Received: from male.aldigital.co.uk (male.thebunker.net [213.129.64.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id B22DA43D45 for ; Thu, 23 Dec 2004 18:12:09 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from gravitas.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by male.aldigital.co.uk (Postfix) with ESMTP id 0338597741; Thu, 23 Dec 2004 18:12:09 +0000 (GMT) Received: from [127.0.0.1] (localhost [127.0.0.1])iBNIC6kA064354; Thu, 23 Dec 2004 18:12:06 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <41CB0A71.5080405@infracaninophile.co.uk> Date: Thu, 23 Dec 2004 18:12:01 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla Thunderbird 1.0 (X11/20041213) X-Accept-Language: en-us, en MIME-Version: 1.0 To: lists References: <004001c4e888$fe5f20e0$c1b115d8@Main> <20041223005619.GA88565@gothmog.gr> <006e01c4e914$4a3520b0$c1b115d8@Main> In-Reply-To: <006e01c4e914$4a3520b0$c1b115d8@Main> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigECA87845D417EA1506922403" cc: freebsd-questions@freebsd.org Subject: Re: buildworld via ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 18:12:11 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigECA87845D417EA1506922403 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit lists wrote: > I did a 'make -DNOCLEAN buildworld 2>&1 blah.txt &' and it didnt work as I > would have expected. > It spaced it out when I looked at the processes like this > make -DNOCLEAN buildworld 2 > & 1 blah.txt & > So, it tried to also tried to "make 2" and failed and wrote the output to a > file named "1" > A redirect like this works on BSDi, not sure why it didn't in this case on > FreeBSD5.2 > Am I doing something wrong? You're typing commands using Bourne shell syntax but you're actually running tcsh(1). For Csh-alikes like tcsh, the command would be: # make -DNOCLEAN buildworld &> blah.txt & Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 8 Dane Court Manor School Rd PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone Tel: +44 1304 617253 Kent, CT14 0JL UK --------------enigECA87845D417EA1506922403 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQCVAwUBQcsKdpr7OpndfbmCAQIRzQQAm8QwEsyyM1nn243d6IU843CeD0p44mnA a8TJFOp9god/+QqvIQ3t9R4a5rl/pN1GtJ4Wl0gltTxOKzVdYUtbv2q3ShISdl+f aCeIQf+xh35I6PqEtaM5VzZGIdC3582uIkw1fvtFthYoRhJwUt+b5DSX1BlCXsgQ +4xRoqpcpco= =N5OY -----END PGP SIGNATURE----- --------------enigECA87845D417EA1506922403--