Skip to content

Instantly share code, notes, and snippets.

@gabrielke
Created April 23, 2020 14:57
Show Gist options
  • Select an option

  • Save gabrielke/3d39cb75f7c08e76f5c9067806978169 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielke/3d39cb75f7c08e76f5c9067806978169 to your computer and use it in GitHub Desktop.
bash create folder with timestamp as name
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