Skip to content

Instantly share code, notes, and snippets.

@seanhumbarger
Created December 7, 2013 17:38
Show Gist options
  • Select an option

  • Save seanhumbarger/7845889 to your computer and use it in GitHub Desktop.

Select an option

Save seanhumbarger/7845889 to your computer and use it in GitHub Desktop.
Bash: Dates
# Get today's date/time
date
# Get today's date only
date +%d-%b-%Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment