Last active
April 2, 2023 10:13
-
-
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
This file contains 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
## 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