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 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.germany.com!news.belwue.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards From: Georg Bauhaus In-Reply-To: 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> <2wy7mn8pyd.fsf@hod.lan.m-e-leypold.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1172349921.20918.147.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Date: Sat, 24 Feb 2007 21:45:21 +0100 NNTP-Posting-Date: 24 Feb 2007 21:44:33 CET NNTP-Posting-Host: 4231999a.newsspool2.arcor-online.net X-Trace: DXC=NQUhQ;BVIhFk:C4l9A;OcOA9EHlD;3YcB4Fo<]lROoRA8kFejVHiNn_:inmG@JJC4WajN=CiH X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:9504 Date: 2007-02-24T21:44:33+01:00 List-Id: On Sat, 2007-02-24 at 21:08 +0100, Jacob Sparre Andersen wrote: > Markus E Leypold wrote: > > > Exactly ... that is as defined. I take it you're not overly familiar > > with the Unix shell? > > Maybe what Georg et al really need is "dossh" and "vmssh", I can only speak for myself, and I consider the Unix toolbox(!) far superior to DOS cmd.exe with or without extensions. This doesn't stop me from complaining. (Hey, my superiors asked me to both write simple shell scripts, and provide detailed error reporting by email. Two requirements not always easy to reconcile.) (For NT cmd.exe, you can actually write assembly language style programs in .bat files, manipulate the call stack, and use goto. It's fun, NT also comes with some POSIX programs like findstr and pax, so basically there is a lot one can do, technically... ) > Is that sort of like the DOS and VMS command lines? No, scsh is a Unix shell merged with Scheme (Scheme48). http://www.scsh.net/ Other interesting shells include rc (of Plan 9, flexible pipes, BTW), and es (a "functional" shell with higher order functions). If you have an opportunity, install rc, 9term, sam, and wily. It might change the way you look at OS interfaces, including the way of working with text :-)