mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 00:48:36 +01:00
5 lines
135 B
Text
5 lines
135 B
Text
# Print date in format suitable for affixing to file names
|
|
date +"%Y%m%d_%H%M%S"
|
|
|
|
# Convert Unix timestamp to Date
|
|
date -d @1440359821
|