Usage:
/RECALL [-wworld] [-ligt]
[-aattrs] [-mstyle] [#]range [pattern]
Recalls lines from a history buffer.
range can have one of the formats below. If x and y are plain integers, they are interpreted as line numbers or counts. If they have the form "hh:mm" or "hh:mm:ss", they are interpreted as time values (either a period of time, or a clock time within the last 24 hours).
If range is prefixed with "#", line numbers will be displayed.
If pattern is given, only lines in the given range that match pattern will be recalled. The matching style is determined by the -m option if given, %{matching} otherwise.
If the output of /recall is being sent to the screen, it will be preceeded with "---- Recall start ----" and followed by "---- Recall end ----". These lines will not be produced if the output is redirected, for example with $(...) command substitution or "/quote `/recall".
If lines are received while tf is suspended (by ^Z or /suspend) or in a subshell (by /sh), the timestamps on the lines will correspond to the time tf resumed control, not the time they actually arrived.
The return value of /recall is the number of lines that were actually recalled.
See: history, attributes, /quote, %time_format