Re: Ada.Command_Line and wildcards



In article <6w7iu7a5ur.fsf@xxxxxxxxxxxxxxxxxxxxxx>, Markus E Leypold writes:

Understand that: This is no question of "how Unix handles the command
line" ore something like this, but simply a question of a specific
choice of syntax for "expand this as a wildcard against the file
system before passing the arguments" taken by the developers of a
specific (though rather standard) shell, the Bourne shell.

'*.*' -> don't expand
'abc' -> don't expand

abc -> expand
*.* -> expand


But whether a parameter is a filespec that should be expanded is
something known to the program, and the program should make the
decision in the absence of user override.

Saying the user must specify in all cases is insufficient automation,
analogous to weak typing.
.



Relevant Pages

  • RE: Duplicate rows into new rows based on row value
    ... That's right I am looking to expand the data. ... the first row (2 ABC) will eventually be two individual rows because of the ... I am trying to breakout multiple rows into individual rows based on a value ... 3 DEF 2.3 ...
    (microsoft.public.excel.worksheet.functions)
  • Re: HELP -> Perl Hash Functionality Required In VBA
    ... just to expand on the 'find' method which worked ok for me, ... someone tell me how I can recall the row & column number when the find ... CheckData = "abc" ...
    (microsoft.public.excel.programming)
  • Re: parameter expansion
    ... > I would print the first and the 5th field of the input stream. ... > I would expand -f1,5,7 etc. ... (not with Bourne shell nor ash, ... With zsh: $ ...
    (comp.unix.shell)