The UNIX tip Command

The UNIX tip command is a very simple terminal emulator. It does not support scripting or specific terminal emulation, but it does provide a mechanism to communicate with a target via an RS-232 link, and permit files to be downloaded.

Setup

Sending Files

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:

	~> filename
That is, tilde, followed by '>' followed by the name of the file that you wish to download.

To obtain a complete list of the commands available type '~?'. tip also maintains a large number of variables that control its operation. You may display the state of these variables by typing '~s all'.


Navigation: Document Home | Document Contents | Document Index