cheat-fork-echo/cheat/cheatsheets/date

6 lines
135 B
Plaintext

# 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