From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e76285581f537e18 X-Google-Attributes: gid103376,public From: Stephen & Tammy House Subject: Re: Pipe UNIX-commands Date: 1996/08/21 Message-ID: <321BA6AA.4601@ro.com>#1/1 X-Deja-AN: 175569432 references: to: Markus Wahl content-type: text/plain; charset=us-ascii organization: RENAISSANCE INTERNET SERVICES mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.0b6 (Win95; I) Date: 1996-08-21T00:00:00+00:00 List-Id: Markus Wahl wrote: > > I'd like to know how I can make unix-commands from inside my ada-program. > > Eg: The program shall pipe out the command 'ls' and then make something > within the program with the output of 'ls'. Am I clear? > > Please reply booth to my e-mail adress and to this newsgroup. > > Thanks in advance. > > /Markus > > "Ouvre le Chien." (Open the dogs) - David Bowie Have you tried reading from Standard_In? I think you just have to be aware that and End_Error is temporary condition until the system can get some more stuff buffered up. I'm not sure, but I think we've got some utilities at work that work that way. Let me know if I'm wrong. I'd hate to be running around with that stuck in my head if its not right.