2000-07-26 17:52:19 +00:00
|
|
|
|
2014-07-07 19:47:51 +02:00
|
|
|
%9Syntax:%9
|
|
|
|
|
2000-07-26 17:52:19 +00:00
|
|
|
@SYNTAX:lastlog@
|
|
|
|
|
2014-07-07 19:47:51 +02:00
|
|
|
%9Parameters:%9
|
|
|
|
|
2014-08-07 22:00:40 +02:00
|
|
|
-: Doesn't print the 'Lastlog:' and 'End of Lastlog' messages.
|
2014-07-07 19:47:51 +02:00
|
|
|
-file: Output the lastlog to a file instead of the active window.
|
|
|
|
-window: Specifies the window to check.
|
|
|
|
-new: Only displays results since the previous lastlog.
|
|
|
|
-away: Only displays results since you previous away status.
|
2015-01-31 11:49:01 -03:00
|
|
|
-<level>: Specifies the levels to check (e.g. -joins -quits -hilight)
|
2014-07-07 19:47:51 +02:00
|
|
|
-clear: Removes the previous results from the active window.
|
|
|
|
-count: Displays how many lines match.
|
|
|
|
-case: Performs a case-sensitive matching.
|
2015-02-08 16:58:30 +02:00
|
|
|
-date: Prepends each row with the message's date
|
2014-07-07 19:47:51 +02:00
|
|
|
-regexp: The given text pattern is a regular expression.
|
|
|
|
-word: The text must match full words.
|
|
|
|
-force: Forces to display the lastlog, even if it exceeds 1000 lines.
|
2015-02-01 19:21:59 +01:00
|
|
|
-after: Include this many lines of content after the match.
|
|
|
|
-before: Include this many lines of content before the match.
|
|
|
|
-<#>: Include this many lines of content around the match.
|
|
|
|
<count>: Display a maximum number of `count' lines.
|
|
|
|
<start>: Skip the last `start' lines.
|
2014-07-07 19:47:51 +02:00
|
|
|
|
|
|
|
The pattern to search for and the maximum of lines to display; if no
|
|
|
|
parameter is given, the entire window buffer will be displayed.
|
|
|
|
|
|
|
|
%9Description:%9
|
|
|
|
|
|
|
|
Searches the active window for a pattern and displays the result.
|
2001-02-19 06:27:24 +00:00
|
|
|
|
2014-07-07 19:47:51 +02:00
|
|
|
%9Examples:%9
|
2000-07-26 17:52:19 +00:00
|
|
|
|
2014-07-07 19:47:51 +02:00
|
|
|
/LASTLOG holiday
|
2015-02-01 19:21:59 +01:00
|
|
|
/LASTLOG 'is on vacation' 10
|
2015-05-14 13:06:50 +01:00
|
|
|
/LASTLOG -force -file ~/mike.log 'mike'
|
2015-01-31 11:49:01 -03:00
|
|
|
/LASTLOG -hilight
|
2015-02-01 19:21:59 +01:00
|
|
|
/LASTLOG -5 searchterm
|
2000-07-26 17:52:19 +00:00
|
|
|
|
2014-07-07 19:47:51 +02:00
|
|
|
%9See also:%9 HILIGHT, SCROLLBACK
|
2000-07-26 17:52:19 +00:00
|
|
|
|