Skip to content

Instantly share code, notes, and snippets.

@eidantoei
Last active December 16, 2015 07:49
Show Gist options
  • Save eidantoei/5401670 to your computer and use it in GitHub Desktop.
Save eidantoei/5401670 to your computer and use it in GitHub Desktop.
手短に指定文字を指定回数出力する
n=1000;s=-;xargs -i printf $s<<<"`seq $n`";echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment