int retcode = 1;
int recursive = 0;
while ((ch = getopt(argc, argv, "agxXfyr")) != -1) {
while ((ch = getopt(argc, argv, "aqgxXfyr")) != -1) {
switch (ch) {
case 'a':
match = MATCH_ALL;