joeGrammar
Programmer
If I wanted to modify every file in a directory with a C++ program, instead of entering a fixed number of command line parameters, is it possible to use wildcards?
ie
instead of
cppprog somefile someotherfile etc..
cppprog *.h *.doc * etc...
ie
instead of
cppprog somefile someotherfile etc..
cppprog *.h *.doc * etc...