~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to filter/save/man.txt

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-10-17 19:36:15 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061017193615-6civk5a1i4n1kyb0
Tags: 1:1.0.1-3
Fixed "ggtick is missing". Closes: #388682.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Event saver
 
2
~~~~~~~~~~~
 
3
 
 
4
.. manpage:: 7 filter-save
 
5
 
 
6
 
 
7
Synopsis
 
8
--------
 
9
 
 
10
::
 
11
 
 
12
  filter-save: [<file>]
 
13
 
 
14
  filter-save: |[cmd]
 
15
 
 
16
 
 
17
Description
 
18
-----------
 
19
 
 
20
`filter-save` writes all events to a file. This can be useful to
 
21
repeat the same event flow later.
 
22
 
 
23
 
 
24
Options
 
25
-------
 
26
 
 
27
:p:`file`
 
28
    Name of the destination file; the default is the standard output.
 
29
 
 
30
:p:`cmd`
 
31
    If the specified name starts with a ``|``, the following
 
32
    string is executed as a command and the filter output is
 
33
    piped into the new process' stdin.
 
34
 
 
35
 
 
36
See Also
 
37
--------
 
38
 
 
39
:man:`input-file(7)`