Shell/Bash: linux create folder with date Example
Shell/Bash Example: This is the "linux create folder with date" Example. compiled from many sources on the internet by SimpleTutorials.org
linux create folder with date
mkdir "$(date +"%d-%m-%Y")"
* Summary: This "linux create folder with date" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!