- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Does anyone know how to dump into ascii the dictio...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 01:44 PM
11-12-2001 01:44 PM
Does anyone know how to dump into ascii the dictionary ?
The best I've been able to do is get it into hashcode.
Does anyone know how to get the /usr/share/dict/hlista into something readable. Thanks......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 02:12 PM
11-12-2001 02:12 PM
Re: Does anyone know how to dump into ascii the dictionary ?
cat /usr/share/dict/hlista | /usr/lbin/spell/hashcheck >tmp1
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 02:26 PM
11-12-2001 02:26 PM
Re: Does anyone know how to dump into ascii the dictionary ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 02:27 PM
11-12-2001 02:27 PM
Re: Does anyone know how to dump into ascii the dictionary ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 02:56 PM
11-12-2001 02:56 PM
Re: Does anyone know how to dump into ascii the dictionary ?
Since a hash is by definition a many (or at least a few) to one relationship what you are asking can't be done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 03:01 PM
11-12-2001 03:01 PM
Re: Does anyone know how to dump into ascii the dictionary ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 03:31 AM
11-13-2001 03:31 AM
Re: Does anyone know how to dump into ascii the dictionary ?
I have found no 'official' references', but an unofficial one (our/HP reference DY012804 "Cannot extract words from spell dictionary") says:
[start quote:]
The hashmake command reduces words to 9 digit codes which can be placed in a binary hash table. This allows quick lookup, but makes it a one-way street. You can't go back & create words from the hash codes.
[end quote.]
[Perhaps this document is available in ITRC. I have not checked.]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 08:44 AM
11-13-2001 08:44 AM