omifile - convert fortune file to omikuji file
omifile [option]... [filename]...
Omifile creates input files for omikuji from delimited text files. The format of the input files is the same as that of strfile, the counterpart of this program used by fortune.
-C
--skipcomments
Skip comments in the input file(s).
-s
--sort
Sort fortunes in output.
-u
--unique
Output only unique fortunes. Also has the side effect of sorting output whether that option is selected or not.
-o filename
--outputfilename=filename
Combine all output in 1 file named filename.
-e charset
--encoding=charset
Specify the character set encoding of the input files. If not specified, the default for the current locale will be used.
-d character
--delimiter=character
Set the input file delimiter character.
Omifile was written by Jason J. A. Stephenson <jason@sigio.com>.