Bug 7734

Summary: /usr/bin/spell script needs improvement
Product: [Retired] Red Hat Linux Reporter: rwilson
Component: ispellAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-12-10 21:12:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***