-Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -
log - open or close a log file
This command opens or closes a log file.
xsel > log <log file>
where <log file> is the name of the file to be opened (default extension is .log). If no arguments are on the line, then the default file name is xselect.log. If <log file> matches the string ``none'' then the current log file is closed. The log contains a complete dump of the session - to just get the commands (for a macro, for example) use the scripts command.
Examples: Example 1:
xsel > log andy
will start logging commands in andy.log
Example 2:
xsel > log none
Example 3:
xsel > log
will start logging commands in xselect.log