echo {4..-9}
November 24, 2011 — bashoneliners
for i in {1..10}; do something; done
Does not work in /bin/sh, this is bash specific.
/bin/sh