Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 2004 18:12:01 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        lists <lists@haubworld.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: buildworld via ssh
Message-ID:  <41CB0A71.5080405@infracaninophile.co.uk>
In-Reply-To: <006e01c4e914$4a3520b0$c1b115d8@Main>
References:  <004001c4e888$fe5f20e0$c1b115d8@Main> <20041223005619.GA88565@gothmog.gr> <006e01c4e914$4a3520b0$c1b115d8@Main>

next in thread | previous in thread | raw e-mail | index | archive | help
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--



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