@1amjau@Cor3ntin I think it makes a lot of sense, but for scripting not interactive use.
If you write a script like
set -e
mkdir output
do-something in1 > output/a
do-something in2 > output/b
it's great to have that fail on line 1 if there is old output.