Grab list of files then pass filenames on the command line -- preferably on the same command line!
Does anyone know of a convenient "coding metaphor" or pattern for doing the following?
Assume I have some external program, for example, a programmer's editor (let's call it "Ed" for convenience).
I can list a bunch of filenames on the command line following "Ed" and it will open those files or do whatever it does with them.
The program can't be passed anything like an "include list...
Read more
Does anyone know of a convenient "coding metaphor" or pattern for doing the following?
Assume I have some external program, for example, a programmer's editor (let's call it "Ed" for convenience).
I can list a bunch of filenames on the command line following "Ed" and it will open those files or do whatever it does with them.
The program can't be passed anything like an "include list...
Read more