Skip to content

Instantly share code, notes, and snippets.

@lukmdo
Created August 24, 2010 09:51
Show Gist options
  • Save lukmdo/547290 to your computer and use it in GitHub Desktop.
Save lukmdo/547290 to your computer and use it in GitHub Desktop.
for ((i=1; i<=14; i++)); do
D=`date -v${i}d +%Y%m%d`;
echo $D;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment