`$a->and($b)` should be interpreted as `a && b` to execute commands in succession while aggregating all outputs as one.
$a->and($b)should be interpreted asa && bto execute commands in succession while aggregating all outputs as one.