#!/bin/sh # Not all platforms have the "seq" command, and I use it all the time. # This is missing a few features. perl -e 'for ($x='$1';$x<'$2';$x++) { print "$x\n"; }'