?? readme
字號:
interceptty V0.6----------------Copyright 2000-2004 by Scott Gifford <sgifford@suspectclass.com>This software is licensed under the GNU Public License. See the fileCOPYING included with this distribution for detailsinterceptty is designed to sit between a serial port (or otherterminal device, or program, or socket, or something connected to afile descriptor) and a program which is communicating with thatdevice, recording everything that goes back and forth between the two.It does this by opening the real device, creating a pseudo-tty, thenforwarding everything between the two, recording whatever it sees. Ithas a number of options that let you fine-tune the devices it uses andthe terminal options for the real device.See the included manpage for more information.Compiling---------The configuration of interceptty is now managed by autoconf. Thatmeans that you run ./configure make make installto go from just-unwrapped-the-tarfile to installed-on-your-computer.For more details on using the configure script, run: ./configure --helpor see the INSTALL file included with this distribution.There is a test script that is useful for making sure everything'sbasically worked. After compiling and before installing, it's a goodidea to run: ./testThe script takes about 30 seconds to run, and will run interceptty inseveral configurations, making sure they all work as expected.$Id: README,v 7.4 2004/09/05 23:01:34 gifford Exp $
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -