Skip to content

Instantly share code, notes, and snippets.

@taiju
Created August 13, 2018 22:54
Show Gist options
  • Save taiju/aaa7a79b74c1cec1e7cae821ff42bd23 to your computer and use it in GitHub Desktop.
Save taiju/aaa7a79b74c1cec1e7cae821ff42bd23 to your computer and use it in GitHub Desktop.
seq 3 | xargs -I{a} bash -c 'seq 3 | xargs -I{b} bash -c '\''seq 3 | xargs -I{c} bash -c '\'\\\'\''seq 3 | xargs -I{d} echo {a} {b} {c} {d}'\'\\\'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment