Skip to content

Instantly share code, notes, and snippets.

@cowboy-cod3r
Created December 7, 2013 17:38
Show Gist options
  • Save cowboy-cod3r/7845889 to your computer and use it in GitHub Desktop.
Save cowboy-cod3r/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