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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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: g2news1.google.com!postnews.google.com!n33g2000cwc.googlegroups.com!not-for-mail From: "Hyman Rosen" Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards Date: 12 Mar 2007 06:32:00 -0700 Organization: http://groups.google.com Message-ID: <1173706320.835858.227370@n33g2000cwc.googlegroups.com> References: <45dcaed8_6@news.bluewin.ch> <1172132169.423514.271890@s48g2000cws.googlegroups.com> <545bgvF1ttrphU1@mid.individual.net> <1495406.QZvfpqijrQ@linux1.krischik.com> <6dy7mn3hhu.fsf@hod.lan.m-e-leypold.de> <1172328891.5496.62.camel@localhost.localdomain> <1173096982.3712.37.camel@localhost> <8utzwzzv0v.fsf@hod.lan.m-e-leypold.de> <1173185771.11841.69.camel@localhost> <11wk29zr0.fsf@hod.lan.m-e-leypold.de> <1173305192.29628.82.camel@localhost> <1173447204.5618.131.camel@localhost.localdomain> <8g649apcio.fsf@hod.lan.m-e-leypold.de> <141pwb6qwvep7$.19rl1et34x8g6.dlg@40tude.net> NNTP-Posting-Host: 204.253.248.208 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1173706326 6211 127.0.0.1 (12 Mar 2007 13:32:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 12 Mar 2007 13:32:06 +0000 (UTC) In-Reply-To: <141pwb6qwvep7$.19rl1et34x8g6.dlg@40tude.net> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2; .NET CLR 2.0.50727) Gecko/20070219 Firefox/2.0.0.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: n33g2000cwc.googlegroups.com; posting-host=204.253.248.208; posting-account=lJDDWg0AAACmMd7wLM4osx8JUCDw_C_j Xref: g2news1.google.com comp.lang.ada:14474 Date: 2007-03-12T06:32:00-07:00 List-Id: On Mar 11, 3:59 am, "Dmitry A. Kazakov" wrote: > GUI Really? But one of the difficult situations people are describing here occurs when a file pattern expands into too many files to fit within the limits of the command line. Can you reasonably expect that the typical GUI environment will be able to comfortably handle such a situation? My experience is that it would bog down into incredibly slow performance if given a directory with thousands of files in it. > (what about driving cars using an interactive command language? Driving involves continuous operation with extensive feedback, which is quite different from a shell language, designed to perform one operation at a time. But even when it comes to driving, consider what an ordinary driver does when faced with parking a car in the tight confines of a parking garage. Using the normal mechanisms, it's quite easy to misalign the car, hit other cars, bash your mirrors, and so forth. Using a command language to precisely guide the car might be just the ticket!