Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

say(1) [debian man page]

say(1)							       GNUstep System Manual							    say(1)

NAME
say - convert text to audible speech using the GNUstep speech engine SYNOPSIS
say [-f filename] [some_text] DESCRIPTION
say is a simple GNUstep tool which uses the GNUstep Speech Engine to convert input text to audible speech and play it through the sound device. OPTIONS
-f filename Read input text from filename some text Any text passed on the command line EXAMPLES
say -f foo.txt say Hello, world! SEE ALSO
GSSpeechServer(1), GNUstep(7). AUTHORS
say was written by David Chisnall <theraven@sucs.org>. This man page was written by Yavor Doganov <yavor@gnu.org>. COPYRIGHT
Copyright (C) 2010 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. GNUstep June 2010 say(1)

Check Out this Related Man Page

HTMLLinker(1)						       GNUstep System Manual						     HTMLLinker(1)

NAME
HTMLLinker - tool to fix up href references in HTML files SYNOPSIS
HTMLLinker [options] input files [ -l relocation file ] [ -d destination file ] DESCRIPTION
HTMLLinker is a tool to fix href references in HTML files, typically API reference manuals generated by extracting the docstrings from source code by tools such as autogsdoc(1). HTMLLinker accepts the following options (multiple input files, -l and -d options are allowed): OPTIONS
--help Prints a short list of available options. --version Displays version information. --verbose Prints additional information while processing. -Warn [YES|NO] Print additional information about unresolved links. -LinksMarker [xxx] Only fix links with attribute rel=xxx -FixupAllLinks YES Attempt to fix all links (not only those that are marked with -LinksMarker. -PathMappingsFile file Read the relocation mappings from file (in dictionary format). -PathMappings '{"path"="another_path";}' Use the specified path mappings. -BuildRelocationFileForDir dir Build a relocation file for the directory dir and save it into dir/table.htmlink. This option is special and prevents any other processing by the linker. SEE ALSO
autogsdoc(1), GNUstep(7). AUTHORS
HTMLLinker was written by Nicola Pero <nicola@brainstorm.co.uk>. This manual page was added by Yavor Doganov <yavor@gnu.org>. COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. GNUstep August 16, 2009 HTMLLinker(1)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

exit unix, but says running jobs

hi, i give a exit to the system, but it says that i have running jobs... so i do a ps and it displays two lines, one is a -ksh and the other is the ps which i am issuing... then i give a who -uH, find my pts.. then do a grep... still the same..... whats wrong.. (6 Replies)
Discussion started by: yls177
6 Replies

2. UNIX for Dummies Questions & Answers

is /. superfluous? why not just say / ?

is /. superfluous? why not just say / ? I can see a use for . on its own. But /. seems superfluous/redundant. I'm guessing it must have some good reason, there's a whole website named after it!! (5 Replies)
Discussion started by: james hanley
5 Replies

3. HP-UX

tar says: cannot create

Hello, I'm quite new to HP-UX and I stumbeled upon some strange behaviour from tar. I have a script like this: find -mtime $days -type f|xargs tar cvf tarfile.tar and it make me a tar file with files that has been changed in $days. When i run 'tar tf tarfile.tar' it give me output like... (5 Replies)
Discussion started by: oey2000
5 Replies

4. Shell Programming and Scripting

read -p "prompt text" foo say "read: bad option(s)" in Bourne-Shell

Hallo, i need a Prompting read in my script: read -p "Enter your command: " command But i always get this Error: -p: is not an identifier When I run these in c-shell i get this error /usr/bin/read: read: bad option(s) How can I use a Prompt in the read command? (9 Replies)
Discussion started by: wiseguy
9 Replies

5. UNIX for Dummies Questions & Answers

how to append spaces(say 10 spaces) at the end of each line based on the length of th

Hi, I have a problem where I need to append few spaces(say 10 spaces) for each line in a file whose length is say(100 chars) and others leave as it is. I tried to find the length of each line and then if the length is say 100 chars then tried to write those lines into another file and use a sed... (17 Replies)
Discussion started by: prathima
17 Replies

6. Solaris

CDROM will not eject - says device busy

Hi, I've seen similar posts on this board about ejecting CDROMs but I've tried the solutions people suggested but still cannot eject the CD. It's stuck in a production box so I can't reboot it... bash-3.00# eject -f cdrom /vol/dev/dsk/c0t0d0/sol_10_106_sparc/s0: Device busy bash-3.00#... (14 Replies)
Discussion started by: jimmy54321
14 Replies

7. Shell Programming and Scripting

script under cygwin suddenly says command not found

Running bash in cygwin under 2003 Server. I run about 6 shell windows. Every now and then when I check the machine, all of the scripts are scrolling and returning /usr/bin/whatever: command not found. I checked the event log for a windows event that would cause it, but there was nothing. I... (9 Replies)
Discussion started by: gman804s
9 Replies

8. Shell Programming and Scripting

Error in the o/p says bad file descriptor...

grt=`sort -nr line_count.txt|head -1` while read $dline do if $grt" -eq "`wc -l combo_operncount.$dline|awk '{print $1}'`" ] then awk -F, '{print $1}' combo_operncount.$dline > FULLD7 else echo combo_operncount.$dline >> filecoll.txt fname=`cat filecoll.txt|tr -s "\n" " "` echo $fname... (6 Replies)
Discussion started by: nikhil jain
6 Replies

9. UNIX for Advanced & Expert Users

Should I say "field 8" or "column 8" in this case?

I saw some recent posts where I thought the terms "field" and "column" were being misused. I work with data a lot, and have my opinions. I'm wondering if those opinions are correct. ***** Rows seem clear - I don't think there is any controversy about what a row is, either for database or text... (10 Replies)
Discussion started by: hanson44
10 Replies

10. Shell Programming and Scripting

How is html code read, compared to say python?

so, the first line of bash, perl, python, ruby, and similar languages must contain the path to the interpreter...i.e. #!/bin/perl, or #!/bin/python. so in the case of a perl script, for instance, a perl script cannot and will never run if the perl program is not installed/present on the system. ... (9 Replies)
Discussion started by: SkySmart
9 Replies

11. Shell Programming and Scripting

Check my Script and Say what Grinds Your Gears

https://i.imgflip.com/2mn6nl.jpg This is a script that I, this unix forum and stackoverflow come up with. I would like to get some feedback about it and improve it little bit if possible for even more readability and better working. OR get some shaming hilarious opinion. #!/bin/bash... (6 Replies)
Discussion started by: boqsc
6 Replies

12. Shell Programming and Scripting

Bad substitution - ShellCheck says okay

ShellCheck doesn't find any issues with this script. #!/bin/bash # color_meanings: explain meanings of colors used in bash ls eval "$(echo "no:fi:di:ln:pi:so:do:bd:cd:or:mi:su:sg:tw:st:ex" | sed -e 's/:/=/g; s/\;/\n/g')" { IFS=: for i in $LS_COLORS do ... (18 Replies)
Discussion started by: Xubuntu56
18 Replies