Skip to content

Instantly share code, notes, and snippets.

@pwxcoo
Last active June 18, 2019 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwxcoo/fa17e7ae34e7401f37a141f49c30beb1 to your computer and use it in GitHub Desktop.
Save pwxcoo/fa17e7ae34e7401f37a141f49c30beb1 to your computer and use it in GitHub Desktop.
merge many lines to one line with delimeter
shuf -i 1-100 | paste -sd "," -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment