You really need to move from a one liner into a more structured script. The pipeline is great for quick, linear tasks. But when logic (IF and error, THEN this) starts to get involved, you've moved out of what the single-pipeline model is for.
↧
You really need to move from a one liner into a more structured script. The pipeline is great for quick, linear tasks. But when logic (IF and error, THEN this) starts to get involved, you've moved out of what the single-pipeline model is for.