1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 03:17:57 +01:00

Update the last example to explain the -r flag

This commit is contained in:
Agniva De Sarker 2016-10-06 10:02:39 +05:30 committed by GitHub
parent 8136ac1930
commit cf55127935

View file

@ -14,6 +14,6 @@
`date +%s`
- Juggle a timestamp representing seconds since the Unix expoch to a date:
- Perform a reverse conversion from a unix timestamp to a date:
`date -j -r 1473305798`
`date -r 1473305798`