Skip to content

Instantly share code, notes, and snippets.

@lwzm
Created December 2, 2013 02:01
Show Gist options
  • Save lwzm/7743802 to your computer and use it in GitHub Desktop.
Save lwzm/7743802 to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in $(seq 10); do
seq $(((i-1)*100)) $((i*100)) >$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment