Re: Ada.Command_Line and wildcards



Alex R. Mosteo wrote:

Alas, no.
I forgot to mention: I tested both programs on both Windows 98 and XP.

It would be in unix. There, wildcard expansion is a shell matter. Windows
only half-faked it.

No, The VMS also won't expand wildcard. In fact Unix shells are pretty alone
here. And they got it wrong. Bot Dos and VMS will warn you on:

DEL *.*

but not on

DEL Some_File.Txt

Martin
--
mailto://krischik@xxxxxxxxxxxxxxxxxxxxx
Ada programming at: http://ada.krischik.com
.



Relevant Pages

  • Re: Ada.Command_Line and wildcards
    ... I tested both programs on both Windows 98 and XP. ... It would be in unix. ... wildcard expansion is a shell matter. ... But if gnat is deliberately doing expansion to emulate unix behavior, ...
    (comp.lang.ada)
  • Re: rm -rf "/path/to/files/*.*" 2>&1 fails and throws no errors/warnings
    ... but for Windows it will potentially fail if the directory ... That is, of course, a solution for Unix. ... And even Windoze cmd can do it with the equivalent ... Linux/Unix normally doesn't know about "del /F /Q". ...
    (comp.unix.shell)
  • Re: What is the more popular UNIX flavor?
    ... about my experience with Solaris and Cygwin. ... installing packages. ... needing eg tftp you only need to activate on a Unix system. ... probably need installing first on the equivalent Windows system. ...
    (comp.unix.questions)
  • Re: Five Architectural Flaws in Windows Solved In Mac OS X
    ... But it is still an improvement over Unix, wherein *any executable* can be highly privileged and interact with the user. ... The usual security precautions prevent unauthorized people from doing this, but that's true on Windows also. ... I just got thru upgrading the wifes Mac to Tiger and hpfs is the default. ... This is a more advanced design that Unixes have been trying to duplicate by adding thread support. ...
    (comp.sys.mac.advocacy)
  • Re: Linux no threat to Microsoft
    ... originally developed for Unix. ... Windows has't come on any of the machines I've ever purchased. ... Yet over those years Linux Market Share on the desktop has actually ... philosophy of Apple - later adopted by Microsoft. ...
    (comp.os.linux.setup)

Loading