Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!aplcen!haven!sayshell.umd.edu!louie From: louie@sayshell.umd.edu (Louis A. Mamakos) Newsgroups: comp.sys.amiga.tech Subject: Re: Determining disk devices Message-ID: <1990Jan5.132842.11132@haven.umd.edu> Date: 5 Jan 90 13:28:42 GMT References: <331@sed170.HAC.COM> Sender: petry@haven.umd.edu (Michael Petry) Organization: The University of Maryland, College Park Lines: 27 In article <331@sed170.HAC.COM> lee@sed170.UUCP (John Lee) writes: [ ... ] > Notice that PIPE: now shows up in the Load >file-requester. > >My question is simple. How do you make sure you locate only disk devices, >and not merely all devices that are resident and have a name? Hmm, but isn't that the whole *point* of the PIPE: device? To allow programs to use it without modificiation? I might, in another CLI, say something like: 1> zcat >PIPE:foo compressed-iff-file.Z and then load PIPE:foo from DPaint. When saving the file, I could save to PIPE:bar, and then in the other CLI say 1> compress >new-compressed-iff-file.Z -c PIPE:bar I'm sure that you can some up with similar situtations that apply to network- like devices for other purposes. It's not a bug, its a feature. Really. louie