Bug 7734 - /usr/bin/spell script needs improvement
Summary: /usr/bin/spell script needs improvement
Keywords:
Status: CLOSED DUPLICATE of bug 6099
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ispell
Version: 6.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael K. Johnson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-12-10 17:30 UTC by rwilson
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-12-10 21:12:16 UTC
Embargoed:


Attachments (Terms of Use)

Description rwilson 1999-12-10 17:30:32 UTC
The script 'spell' which is included in both RH 6.0 and RH 5.0 only
   works if the file is fed in to the stdin.  The following does a much
   better job of emulating Unix spell:

-------
#!/bin/sh

# ispell -l mimicks the standard unix spell program, roughly.

cat $*| ispell -l | sort -u
-------

Comment 1 Michael K. Johnson 1999-12-10 21:12:59 UTC
*** This bug has been marked as a duplicate of 6099 ***


Note You need to log in before you can comment on or make changes to this bug.