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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e219d94b946dfc26 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.ision.net!newsfeed2.easynews.net!ision!news-fra1.dfn.de!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards Date: Thu, 22 Feb 2007 20:38:37 +0000 Organization: Pushface Message-ID: References: <45dcaed8_6@news.bluewin.ch> <1172132169.423514.271890@s48g2000cws.googlegroups.com> <87hctei5pf.fsf@ludovic-brenta.org> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1172176718 13382 62.49.19.209 (22 Feb 2007 20:38:38 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 22 Feb 2007 20:38:38 +0000 (UTC) Cancel-Lock: sha1:aa4dkFjTQYLlTF6IkfO/7IppPP4= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (darwin) Xref: g2news2.google.com comp.lang.ada:9428 Date: 2007-02-22T20:38:37+00:00 List-Id: "Dmitry A. Kazakov" writes: > On Thu, 22 Feb 2007 19:26:56 +0100, Markus E Leypold wrote: >> The unix philosophy of handling the passing of command line >> parameters to the programs is, I think, time tested, > > Really? How does this philosophy apply to modern software? Let's > take internet browser, compiler IDE, office tools, database as > typical examples... If they take command line parameters to launch -- and many of them do -- they will at that point behave like any other command line program. And after that their behaviour is surely irrelevant to this discussion?