Subject: | pgetfinfo * |
If I call e.g. "pgetfinfo *" from the command line currently only
the first file matching "*" is processed.
The workaround is clear
for $f in *; do pgetfinfo "$f"; done
It would be just nicer to have it implemented in the script.
Regards,
Axel.