Skip to content

Instantly share code, notes, and snippets.

@KonradHoeffner
Created August 15, 2019 08:32
Show Gist options
  • Save KonradHoeffner/d9afe6fbd863b3125400659bd2a7deeb to your computer and use it in GitHub Desktop.
Save KonradHoeffner/d9afe6fbd863b3125400659bd2a7deeb to your computer and use it in GitHub Desktop.
Why does this produce 42?
echo {1,2,3}\\n | xargs -I @ sh -c "echo {2,3,4}^M | xargs -I E echo @ E"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment