rebote history command of linux
Options:
-d, --date=String Display time described by String, instead of 'now'
this can be in almost any common format.
It can contain month names, timezones, 'am' and 'pm',
'yesterday', 'ago', 'next', etc.
-f, --file=DateFile like --date once for each line of DateFile
If DateFile is '-', use standard input. This is
useful when you have many dates to process,
because the system overhead of starting up the
'date' executable many times can be considerable.
-I, --iso-8601[=Timespec] Output an ISO 8601 compliant date/time string., '%Y-%m-%d'.
Timespec='date' (or missing) for date only,
'hours', 'minutes', or 'seconds' for date and
time to the indicated precision.
If showing any time terms, then include the time zone
using the format '%z'. If '--utc' is also specified,
use '%Z' in place of '%z'.
-r, --reference=File Display the last modification time of File
-R, --rfc-822 Output RFC-822 compliant date string
Example: Mon, 19 Nov 2012 12:44:56 -0600
deprecated in favor of --rfc-email
--rfc-3339=FMT Output date/time in RFC 3339 format.
FMT='date', 'seconds', or 'ns'
for date and time to the indicated precision.
Example: 2006-08-14 02:34:56-06:00
-R, --rfc-email Output date and time in RFC 5322 format.
Example: Mon, 14 Aug 2006 02:34:56 -0600
-s, --set=String Set time described by String (see -d above)
-u, --utc, --universal Print or set Coordinated Universal Time
--help Display this help and exit
--version output version information and exit