Skip to content

Instantly share code, notes, and snippets.

@kostyrev
Created August 20, 2016 10:47
Show Gist options
  • Save kostyrev/5ccd26d30aa8796e7096761a533d74a1 to your computer and use it in GitHub Desktop.
Save kostyrev/5ccd26d30aa8796e7096761a533d74a1 to your computer and use it in GitHub Desktop.
seq 1 13 | xargs -I {} date -d "2016-08-26 {} days" +%d.%m.%Y
@kostyrev
Copy link
Author

for MacOS

seq 1 13 | xargs -I {} date -j -v +{}d -f %Y%m%d 20191026 +%d.%m.%Y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment