mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 16:15:23 +02:00
date: add relative date example osx (#15992)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
67dad77a73
commit
003ff17e6a
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@
|
|||
- Display a specific date (represented as a Unix timestamp) using the default format:
|
||||
|
||||
`date -r {{1473305798}}`
|
||||
|
||||
- Display a date relative to the current date using the default format:
|
||||
|
||||
`date -v {{+1d}} -v {{-20m}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue