-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



On Mon, 13 Jun 2005, Nikolaos Vassiliadis wrote:

On Monday 13 June 2005 12:53, Giorgos Keramidas wrote:
On 2005-06-13 04:41, Denny White <[EMAIL PROTECTED]> wrote:
Been using The Complete FreeBSD & doing okay until I tried using the
following example to update /usr/src:

cd /usr
cvs co -r RELENG_5_4 src 2>&1 | tee /var/tmp/co.log

I get this:

Ambiguous output redirect

You're using the wrong shell.  The 2>&1 redirection for standard error
messages works fine in /bin/sh and its derivatives.  It doesn't in csh.

Run the command shown above in /bin/sh or Bash and everything should
work as expected.

In addition to what Giorgos said, you can use script(1), since you are
saving stdout & stderr in one file. For example
script /tmp/cvs.co.logs cvs ...


- Giorgos

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

--

Νικόλαος Βασιλειάδης
Τεχνικός Δικτύου

Teledome SA
Φιλαρέτου 10 & Δοϊράνης Καλλιθέα 176 72
Τηλ.: 210 955 1500
Φάξ: 210 956 3882

e-mail:[EMAIL PROTECTED]
http://www.teledome.gr


This e-mail is confidential. If you are not the intended recipient, you
should not copy it, re-transmit it, use it or disclose its contents, but
should return it to the sender immediately and delete the copy from your
system. TELEDOME SA is not responsible for, nor endorses, any opinion,
recommendation, conclusion, solicitation, offer or agreement or any
information contained in this communication. TELEDOME SA cannot accept any
responsibility for the accuracy or completeness of this message as it has
been transmitted over a public network. If you suspect that the message may
have been intercepted or amended, please contact the sender.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



Thanks for the help. Now comes the "fun" part. Building,
installing, kernel, & so forth. Plenty of books here.
Unfortunately, they each seem to have their own way of
doing things in the instructions. Like one not mentioning
to drop to single user when doing installworld. Very
confusing for someone relatively new to this. Think I'd
be better off just sticking with the fbsd documentation.
Again, thanks.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFCriwYy0Ty5RZE55oRAuIeAJ4kpzlN6dR9BpgLRb3Yb8ETKjE28ACgm4fb
dtr2mmlr4+c8wfnxa3qQ5ls=
=12Tr
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to