commit fd48a2fa528d0c2a7ae6e53c350fedd3a6ef4e75 parent 383071af43ae5c800ee4b787f326e46aadb25312 Author: William Casarin <jb55@jb55.com> Date: Mon, 26 Apr 2021 13:15:34 -0700 update readme :r!./datefmt --help lul Diffstat:
M | README | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README b/README @@ -3,12 +3,14 @@ usage: datefmt [OPTION...] [FORMAT] format unix timestamps from stdin -a, --after <timestamp> only format timestamps after this date - --version display version information and exit + -f, --future only format timestamps in the future + -p, --past only format timestamps in the past + --version display version information and exit FORMAT a strftime format string, defaults to '%F %R' EXAMPLE - datefmt --after $(date -d yesterday +%s) < spreadsheet.csv + datefmt --after $(date -d yesterday +%s) %R < spreadsheet.csv Created By: William Casarin <https://jb55.com>