📄 tiphelp.htm
字号:
<title>The UNIX tip Command</title> <h1 align=center>The UNIX tip Command</h1><!--INDEX "tip command" --><!--INDEX UNIX tip /etc/remote linesync -->The UNIX tip command is a very simple terminal emulator. It does notsupport scripting or specific terminal emulation, but it does providea mechanism to communicate with a target via an RS-232 link, andpermit files to be downloaded.<p></dl><h2>Setup</h2><dl><dd><ul><li>Create the file ~/.tiprc containing:<pre> force=\377 raisechar=\377</pre><li>Invoke tip and specify the I/O port.<pre> % tip -9600 <i>device</i></pre>where <i>device</i> is the I/O port that you wish to use in order tocommunicate with the Target.<p>Unfortunately there isn't much standardization of devicenames across different UNIX vendors, so you will probably have to askaround a little in order to find out the names of the serial ports onyour system. Here are some values that I am aware of.<p><center><table border cellpadding=6 width=80%><tr><th>Vendor</th><th>Port names</th></tr><tr><td>Sun Microsystems</td><td>ttya..ttyb..etc</td></tr><tr><td>Silicon Graphics</td><td>ttyd1..ttyd2..etc</td></tr></table></center><p></ul></dl><h2>Sending Files</h2><dl><dd>Normally everything you type is sent directly to the target. However,if you start a line with '~' it is interpreted as a direct command for tip.For example, to download a file you type:<p><pre> ~> filename</pre>That is, tilde, followed by '>' followed by the name of the filethat you wish to download.<p>To obtain a complete list of the commands available type '~?'. tip also maintains a large number of variables thatcontrol its operation. You may display the state of these variablesby typing '~s all'.<p></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -