Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ptsfa!hoptoad!academ!uhnix1!sugar!peter From: peter@sugar.UUCP (Peter DaSilva) Newsgroups: comp.sys.amiga Subject: Re: MCC pipes Message-ID: <187@sugar.UUCP> Date: Tue, 16-Jun-87 08:51:47 EDT Article-I.D.: sugar.187 Posted: Tue Jun 16 08:51:47 1987 Date-Received: Thu, 25-Jun-87 00:55:24 EDT References: <8706120738.AA09510@ingres.Berkeley.EDU> Organization: Sugar Land UNIX - Houston, TX Lines: 11 Summary: List devices? Just say Assign! > space. That's why devices on Unix live in the file system in /dev > -- it's not a peculiarity, it's a very basic feature of a uniform > name space. It would be very nice if we could do "dir ::" or something > and discover a list of all devices. You can do an assign with no args and get the list. From a program, however, it's a bit more complex. Maybe when I finish my console window device I can add a device device. In the meantime, use the code in my STDFILE package (to be posted soon). I have come to prefer the Amiga device naming convention to the UNIX one... if only it used the UNIX path naming conventions with them.