OMIFILE

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR

NAME

omifile - convert fortune file to omikuji file

SYNOPSIS

omifile [option]... [filename]...

DESCRIPTION

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.

OPTIONS

-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.

AUTHOR

Omifile was written by Jason J. A. Stephenson <jason@sigio.com>.