Cut never checks error reported by fwrite and putchar. The error checking is done by close_stdout. Paste checks for each and every call to putchar and fwrite (which IMHO is overkill).
What should be the correct behaviour? Check each call, or let it be done by close_stdout? Or just check after processing a single file? Best regards, Cojocaru Alexandru
