This commit is contained in:
2019-06-18 20:44:10 +02:00
parent 64bedc7966
commit 112174c11b
9 changed files with 1522 additions and 0 deletions

10
docs/Linux/date.md Normal file
View File

@@ -0,0 +1,10 @@
# Date
```bash
now=$(date +"%d-%m-%Y %T")
$ echo "$now"
15-06-2019 16:14:01
```