Created
April 23, 2020 14:57
-
-
Save gabrielke/3d39cb75f7c08e76f5c9067806978169 to your computer and use it in GitHub Desktop.
bash create folder with timestamp as name
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
| DN=`date "+%y%m%d-%H%M%S"` | |
| mkdir $DN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment