Only deal with this newline-handling when many is true.
@@ -55,10 +55,11 @@ main(int argc, char *argv[])
ret = 1;
continue;
}
if (newline)
putchar('\n');
if (many)
if (many) {
printf("==> %s <==\n", *argv);
newline = 1;
head(fp, *argv, n);
fclose(fp);
The note is not visible to the blocked user.