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
echo'Variables `{0}`, `{1}`, etc are automatically available based on the number of arguments. `{0}` will be replaced by the entire input line, and other groups match individual argument groups This is useful for building more complex command lines. For example:
62
62
'
63
63
64
-
echo'````
64
+
echo'```
65
65
$ rust-parallel echo group0={0} group1={1} group2={2} group3={3} group2again={2} ::: A B ::: C D ::: E F G'
66
66
$RUST_PARALLELecho group0={0} group1={1} group2={2} group3={3} group2again={2} ::: A B ::: C D ::: E F G
0 commit comments