To Index

 Documented in Volume 1 of the UNIX Programmers Manual.


 % tip localnet
  connected
  # loCATION 3
  # caLL 9024,1
  ~> Local file name? myfile
  12 lines transferred in 8 seconds
  !
  ~.
  [EOT]
 %
 
  (The above is approximately what you see...) The above example will
  allow you to use a printer which is connected to your Tbox.
  The assumptions here are that:
   1) Your terminal is connected to Tbox #9024, port 0
   2) Your printer is connected to Tbox #9024, port 1
   3) the file to be printed is (your "local" file) named 'myfile'
  The 'loCATION 3' selects your location number.
  The 'caLL 4024,1' causes the printer to be treated as a remote site.
  The '~>' causes tip to prompt you for a filename to SEND.
  The 12 lines... message is a summary for your information.
  The ! is tip's prompt.
  The '~.' causes tip to close the connection to the printer and returns you
  to the shell after signing off by displaying [EOT].

To Index