Skip to content

Instantly share code, notes, and snippets.

@dhakalsuresh
Created May 5, 2020 04:07
Show Gist options
  • Save dhakalsuresh/20b50572b5e3b25f14a84aec9a0df64b to your computer and use it in GitHub Desktop.
Save dhakalsuresh/20b50572b5e3b25f14a84aec9a0df64b to your computer and use it in GitHub Desktop.
#!/bin/bash
limit=2000
for i in {0..20}
do
offset=`expr $i \* $limit`
echo "/$offset/$limit"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment