Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ulysses.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!whuxlm!whuxl!houxm!ihnp4!ulysses!smb From: smb@ulysses.UUCP (Steven Bellovin) Newsgroups: net.sources Subject: Re: ``file descriptor'' pseudo-device driver for 4.2BSD Message-ID: <994@ulysses.UUCP> Date: Sat, 22-Jun-85 10:44:58 EDT Article-I.D.: ulysses.994 Posted: Sat Jun 22 10:44:58 1985 Date-Received: Sun, 23-Jun-85 04:49:27 EDT References: <173@gymble.UUCP> Distribution: net Organization: AT&T Bell Laboratories, Murray Hill Lines: 8 The 8th Edition convention is to use /dev/fd/N, not /dev/fdN. Some versions of the Korn shell and the Eighth edition shell know about this naming convention; they support things like diff (rsh a cat /etc/passwd) (rsh b cat /etc/passwd) /dev/fd/0, /dev/fd/1, and /dev/fd/2 are also known as /dev/stdin, /dev/stdout, and /dev/stderr.