79294069

Date: 2024-12-19 11:21:53
Score: 2
Natty:
Report link

To avoid silencing a real error:

results.txt: file1.txt file2.txt
    diff $(word 1,$^) $(word 2,$^) > $@ || test $$? -eq 1

This will fail on a 2 exit status. See https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff.html

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Isidro Arias