Skip to content

Instantly share code, notes, and snippets.

@rfjakob
Created January 6, 2016 14:04
Show Gist options
  • Save rfjakob/c70344e2e7a1d765af1f to your computer and use it in GitHub Desktop.
Save rfjakob/c70344e2e7a1d765af1f to your computer and use it in GitHub Desktop.
for i in `seq 100 255`; do n=$(perl -E "say \"x\" x $i"); touch $n; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment