Skip to content

Instantly share code, notes, and snippets.

@otkrsk
Last active July 20, 2016 08:54
Show Gist options
  • Save otkrsk/266f4753d0119cfa9d93 to your computer and use it in GitHub Desktop.
Save otkrsk/266f4753d0119cfa9d93 to your computer and use it in GitHub Desktop.
Format Date Output in Bash
# Format that we want to output: 20140813101546
date "+%Y%m%d%I%M%S"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment