Created
December 7, 2013 17:38
-
-
Save cowboy-cod3r/7845889 to your computer and use it in GitHub Desktop.
Bash: Dates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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