This is the command dpromdic that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
dpromdic - Convert the binary-form Romaji-to-Kana conversion table into the text-form
table
SYNOPSYS
dpromdic [ file ]
DESCRIPTION
dpromdic converts the binary-form Romaji-to-Kana conversion table into the text-form
table. It then outputs the result to the standard output.
After a dictionary table is converted into the binary dictionary by using mkromdic(1),
dpromdic can returns it to the text-form table.
The contents converted into binary dictionary from the text dictionary by using
mkromdic(1) is sorted in alphabetical order of Romaji. The comment lines are deleted in
this table.
EXAMPL
% dpromdic test.kp
(The contents of test.kp are output, in text form, to the
standard output.)
% dpromdic test.kp > test1.kpdef
(Dictionary table test1.kpdef is created in text form.)
Use dpromdic online using onworks.net services