Raw
1 2 perl -e '
2 3 defined($_ = -s $_) or die for @ARGV;
3 4 exit 1 if $ARGV[0] <= $ARGV[1];
4 5 ' test-2-$packname_2.pack test-3-$packname_3.pack