Skip to content

Instantly share code, notes, and snippets.

@tomoyk
Last active May 10, 2017 03:03
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 tomoyk/48bd7271655c7b796ed62ce71fb6522f to your computer and use it in GitHub Desktop.
Save tomoyk/48bd7271655c7b796ed62ce71fb6522f to your computer and use it in GitHub Desktop.
等差数列っぽく1ずつ増やしながら繰り返し出力
seq $(echo -n|md5sum|cut -c3,11,12,15)|xargs -I@ sh -c 'echo seq @\|xargs -I[at] sh -c \"echo -n +\"\;echo\ \;'|sed 's/\[at\]/@/g'|bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment