in reply to Re: Getopt Long and processing arrays from Linux shell
in thread Getopt Long and processing arrays from Linux shell
Thanks for the reply.
The short reason I'd like to use the -file option is because the txt files are actually backup files for a MySql db. The user wants to specify which files he'd like to restore(a function which the script already does).
So instead of specifying each file for the whole month of June in one command, he could rather say -file 2007-06-*.txt... or similiar.
Seeing that this can't work, do you have any ideas what I can do?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getopt Long and processing arrays from Linux shell
by citromatik (Curate) on Jun 21, 2007 at 10:06 UTC | |
|
Re^3: Getopt Long and processing arrays from Linux shell
by moritz (Cardinal) on Jun 21, 2007 at 09:57 UTC |