Hello All,

Can someone explain me the difference between:
    echo 1 > 1.txt 2>&1
and
    echo 1 > 1.txt 2>^&1

(Windows XP "cmd" shell)

Both produce 1.txt with the content 1.

(Sadly, I don't know how to search for ^ in google).

Thanks.
--
------------------------------------------------------------------------
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys

Attachment: pgp0xW0fd4Rts.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to