Skip to content

Instantly share code, notes, and snippets.

@kritchie
Created August 12, 2019 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kritchie/d2ba923f436c2c2bcd0998ccccaa596a to your computer and use it in GitHub Desktop.
Save kritchie/d2ba923f436c2c2bcd0998ccccaa596a to your computer and use it in GitHub Desktop.
Timestamp
# Generate a timestamp, useful for versioning some stuff
#
# You can also create an alias in the alias file.
# >>> alias timestamp="date +%Y%m%d-%H%M%S-%N"
timestamp="date +%Y%m%d-%H%M%S-%N"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment