home *** CD-ROM | disk | FTP | other *** search
-
-
- OPTIMIZE(1) MAINTENANCE COMMANDS OPTIMIZE(1)
-
-
- NNNAAAMMMEEE
- optimize - optimizes a dictionary
-
- SSSYYYNNNOOOPPPSSSIIISSS
- optimize [-r] [-f passwordfile] [-o outfile]
-
- DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
- Optimize truncates all words in the dictionary-file specified by the -f
- switch to eight characters (if no -f switch is specified, standard-input
- will be used), sorts the truncated words in ascending order (or
- descending, when the -r option is specified) and removes multiple
- entries. The optimized dictionary is written to the file specified by the
- -o switch (or, if no -o switch specified, to standard-output).
-
- OOOPPPTTTIIIOOONNNSSS
- -r Specifies that words will be sorted in descending order
-
- -fname
- Causes dictionary-file name to be used instead of standard-input.
-
- -oname
- Causes file name to be used to write optimized dictionary to,
- instead of standard-output.
-
- SSSEEEEEE-AAALLLSSSOOO
- userlist(1), gecos(1), hades(1), merge(1)
-
- EEEXXXAAAMMMPPPLLLEEESSS
- To optimize the dictionary-file words.dic in ascending order and write
- the result to the file optim.dic, type:
-
- optimize -f words.dic -o optim.dic
-
- In combination with other DESPERATE utilities:
-
- gecos -l -1 -n < /etc/passwd | optimize > optgec.dic
-
- IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
- Optimize is copyrighted (C) 1992 by ``Zabkar'', member of Room101 hackers
- organization, Holland. Unauthorized use/copying of this program is
- explicitly prohibited. Userlist is part of the DESPERATE toolbox for
- HADES password-cracking package by ``Remote''. Send e-Mail to
- root@waves.hacktic.nl (Zabkar) or root@room101.hacktic.nl (Remote).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Room101 hackers April 13, 1992 1
-
-