Skip to main content
Rollback to Revision 2 - Edit approval overridden by post owner or moderator
Source Link

You can use pipexec:

$ pipexec -- [A'[A' cmd1 ] [B'[B' cmd2 ] "'{A:1>B:0}"' "'{B:1>A:0}"'

You can use pipexec:

$ pipexec -- [A cmd1 ] [B cmd2 ] "{A:1>B:0}" "{B:1>A:0}"

You can use pipexec:

$ pipexec -- '[A' cmd1 ] '[B' cmd2 ] '{A:1>B:0}' '{B:1>A:0}'
the space after the command origin is important and the quotes around the task not needed
Source Link

You can use pipexec:

$ pipexec -- '[A'[A cmd1 ] '[B'[B cmd2 ] '"{A:1>B:0}'" '"{B:1>A:0}'"

You can use pipexec:

$ pipexec -- '[A' cmd1 ] '[B' cmd2 ] '{A:1>B:0}' '{B:1>A:0}'

You can use pipexec:

$ pipexec -- [A cmd1 ] [B cmd2 ] "{A:1>B:0}" "{B:1>A:0}"
quotes needed for zsh and csh.
Source Link
Stéphane Chazelas
  • 585.1k
  • 96
  • 1.1k
  • 1.7k

You can use pipexec:

$ pipexec -- [A'[A' cmd1 ] [B'[B' cmd2 ] '{A:1>B:0}' '{B:1>A:0}'

You can use pipexec:

$ pipexec -- [A cmd1 ] [B cmd2 ] '{A:1>B:0}' '{B:1>A:0}'

You can use pipexec:

$ pipexec -- '[A' cmd1 ] '[B' cmd2 ] '{A:1>B:0}' '{B:1>A:0}'
Source Link
Loading