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:
parent
8136ac1930
commit
cf55127935
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue