Linux "infotocap" Command Line Options and Examples
convert a terminfo description into a termcap description

infotocap looks in each given text file for terminfo descriptions. For each terminfo description found, an equivalent termcap description is written to standard output. Terminfo use capabilities are translated directly to termcap tc capabilities.


Usage:

infotocap [-vn width] [-V] [-1] [-w width] file . . .






Command Line Options:

-v
print out tracing information on standard error as the program runs.
infotocap -v ...
-V
print out the version of the program in use on standard error and exit.
infotocap -V ...
-w
FILES/etc/terminfo Compiled terminal description database.NOTESThis utility is actually a link to tic, running in -C mode. You can use other tic options such as -f and -x.
infotocap -w ...