home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / other / talkspk / talk.asc < prev    next >
Encoding:
Text File  |  1991-09-14  |  1.8 KB  |  67 lines

  1.  
  2.  
  3. TALK (1)                         LOCAL                          TALK (1)
  4.  
  5.  
  6.  
  7.  
  8. NAME  
  9.     talk - speak text from the command line or a file 
  10.  
  11. SYNOPSIS  
  12.     talk [ -v ] [ - ] [ -f file ] [ string...  ] 
  13.  
  14. DESCRIPTION  
  15.     Talk uses  speak.tos  to speak text from the command line.  Text
  16.     files may also be spoken though  the  results  may  be  somewhat
  17.     unpredictable  unless  the file is written as it would be spoken
  18.     (i.e. without much punctuation,  special  marks,  headings,  and
  19.     phonetically).  
  20.  
  21.     The  -v  option sets verbose mode and must be the first argument
  22.     if present.  In verbose mode,  all  spoken  text  is  echoed  to
  23.     stdout.   Since  talk  does  some limited filtering of the input
  24.     data, it can be useful to collect the interpreted text.  
  25.  
  26.     Any number of files can be read via the -f option.  However  you
  27.     must specify a file name for each occurance of -f.  
  28.  
  29.     A  single  - means read from stdin (at that position in the file
  30.     list.  You must include the - to read stdin.  No arguments  will
  31.     cause talk to exit.  
  32.  
  33.     Any  remaining  arguments  on the command lines are concatenated
  34.     into a single line (hence single sentence)  and  "spoken"  after
  35.     any files or stdin is read.  
  36.  
  37.     Talk  tries  to  find  speak.tos  by first looking for it in the
  38.     current directory,  then  via  the  environment  variable  SPEAK
  39.     (which  must  contain  the  full path, name, and extension), and
  40.     finally by searching the PATH for "speak.tos".  If it fails,  it
  41.     quits.  
  42.  
  43. AUTHOR  
  44.     Developed  in  Alcyon,  then  ported to GNU C by Bill Rosenkranz
  45.     (rosenkra@convex.com).  I got the details from somewhere, but  I
  46.     don't recall where at this point.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Version 2.1                   14 Sep 1991                         Page 1
  65.  
  66.  
  67.