home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / OSKBox.lzh / MAILBOX / CC / DOCS / write.doc < prev   
Text File  |  1991-02-06  |  556b  |  28 lines

  1. NAME:
  2.  
  3.      write - echo input to existing file.
  4.  
  5. AUTHOR:
  6.  
  7.      Eric Williams  WD6CMU, 71336,1424
  8.  
  9. SYSTEM CONFIGURATION:
  10.  
  11.      OS9/68K, MW C v2.0
  12.  
  13. SYNTAX:
  14.  
  15.      write <path>
  16.  
  17. DESCRIPTION:
  18.  
  19.      write is used primarily to write data to named pipes which are
  20. already in existance.  It is needed because normal redirection of output
  21. by shell is accomplished by creating the specified file.  This causes an
  22. error if the file already exists, as in the case of named pipes.  The
  23. specified path is opened for writing and stdin is copied to it.
  24.  
  25. BUGS:
  26.  
  27.      None.
  28.