README (388B)
1 usage: datefmt [OPTION...] [FORMAT] 2 3 format unix timestamps from stdin 4 5 -a, --after <timestamp> only format timestamps after this date 6 --version display version information and exit 7 8 FORMAT 9 a strftime format string, defaults to '%F %R' 10 11 EXAMPLE 12 datefmt --after $(date -d yesterday +%s) < spreadsheet.csv 13 14 Created By: William Casarin <https://jb55.com>