home *** CD-ROM | disk | FTP | other *** search
-
-
- CONVERT(1) MAINTENANCE COMMANDS CONVERT(1)
-
-
- NNNAAAMMMEEE
- convert - converts dictionary to selected forms
-
- SSSYYYNNNOOOPPPSSSIIISSS
- convert [-c] [-l] [-1] [-r] [-n] [-f wordfile] [-o outfile]
-
- DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
- Convert generates a dictionary consisting of all words in the wordfile
- selected with the -f switch (if no -f switch is specified, standard-input
- is used) after conversion. Conversion modes are: all-uppercase, all-
- lowercase, name-alike (first character uppercase, rest lowercase) and
- reversed. Use of the reversed-option causes all other options to be
- generated both normal and reversed. Use of one of the options -c, -l or
- -1 causes the normal word not te be generated anymore unless the -n
- switch is specified.
-
- OOOPPPTTTIIIOOONNNSSS
- -c Specifies that words will be converted to all-uppercase characters
-
- -l Words will be converted to all-lowercase characters
-
- -1 Same as -l, only first character will be converted to uppercase
-
- -r All specified conversions will also be generated reversed
-
- -n Use of one of the options -c, -l or -1 causes the normal word not
- to be generated. This switch causes the normal word to be generated
- again.
-
- -fname
- Causes wordfile name to be used instead of standard-input.
-
- -oname
- Causes file name to be used to write dictionary to, instead of
- standard-output.
-
- SSSEEEEEE-AAALLLSSSOOO
- optimize(1), merge(1), userlist(1), gecos(1), hades(1)
-
- EEEXXXAAAMMMPPPLLLEEESSS
- To write a list of all words in file words.dic in normal, all-lowercase
- and name-conversion to standard-output, type:
-
- userlist -l -1 -n -fwords.dic
-
- BBBUUUGGGSSS
- Convert doesn't check multiple occurrance of switches. If an option is
- specified more than once, earlier specifications will be ignored.
-
- IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
- Convert 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 14, 1992 1
-
-