You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I find myself doing some generic file manipulation stuff in my pipeline. So first I defined a
cp
cab:Then I made an
mv
cab which only differs in the command. Then I thought why not unify them:Then I realized I can have something even more generic:
The disadvantage of the latter is that there's no formal "file" output that could be linked in a subsequent step.
@SpheMakh thoughts on this? We should probably provide something along these lines among the standard cabs.
Beta Was this translation helpful? Give feedback.
All reactions