Skip to content

Instantly share code, notes, and snippets.

@NobodyXu
Created November 6, 2019 09:47
Show Gist options
  • Save NobodyXu/12943fc0d6d5613307f35796cf028719 to your computer and use it in GitHub Desktop.
Save NobodyXu/12943fc0d6d5613307f35796cf028719 to your computer and use it in GitHub Desktop.
generating with seq quickly
seq 1 100000000 | parallel -k --pipe "sed 's/[0-9]*/https:\/\/&/'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment