diff options
Diffstat (limited to 'pw.1')
-rw-r--r-- | pw.1 | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -836,6 +836,25 @@ The command displays these same parameters in the same format, so it is possible to set them up interactively and then copy the values shown by .BR Ctrl-G . +.RE + +.IP "\fB-e\fP \fIcommand\fP" +Execute a colon or trigger command. For instance + +.ft B + -e :c15 +.ft R + +sets the capture count to 15. Note that the colon is included in the command. +Trigger commands may be preceded by a count. For example: + +.ft B + -e 3/^Failed +.ft R + +sets a head-referenced trigger for the pattern +.B ^Failed +matching against line 3 of the FIFO. .SH ENVIRONMENT |