Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:13
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 dacr/d50d33fe20312d80a458808fd7629825 to your computer and use it in GitHub Desktop.
Save dacr/d50d33fe20312d80a458808fd7629825 to your computer and use it in GitHub Desktop.
Generates a simple timestamp. / published by https://github.com/dacr/code-examples-manager #041f284b-30c9-4ee9-a09f-7b4f66403f2b/3a3fd27bfe7dc0d0f80e55687477c7fa67b20794
## summary : Generates a simple timestamp.
## keywords : bash, date, @testable
## publish : gist
## authors : David Crosson
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
## id : 041f284b-30c9-4ee9-a09f-7b4f66403f2b
## created-on : 2019-07-02T19:44:51+02:00
## managed-by : https://github.com/dacr/code-examples-manager
## run-with : sh $file
date +%Y%m%d_%H%M%S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment