bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70873: join --return-error-if-any-unmatched-lines


From: Dan Jacobson
Subject: bug#70873: join --return-error-if-any-unmatched-lines
Date: Sat, 11 May 2024 17:14:58 +0800

join should have an option to return an error value in the shell's $?
if any lines are not matched.

Currently the man page doesn't even mention a return value. So it is not
set in stone yet.

Currently one must save -v output in a file then use test -s do detect
if there were any non-matched lines. And then exit one script with
non-zero. Big hassle.

join (GNU coreutils) 9.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]