case 'U': /* unlink associated files */
if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
break;
if (from != host)
printf("%s: ", host);
do_unlink(line+1);
}