COMMAND: i
ARGUMENTS: [options to modify the display]

The "i" command displays the contents of your inventory.  Various options are 
available to modify the display.

If no arguments are given, your entire immediate inventory is displayed.

Arguments to change the display:
   "c": limits the display to containers (displays their contents)
   "e": limits the display to equippable items, readied or not
   "w": limits the display to melee weapons, readied or not
   "a": limits the display to armors, readied or not
   "l": limits the display to ranged launchers, readied or not

Modifier options:
   "-p": runs the display through the pager, if it exceeds your number of
         lines setting (see "help variables")
   "-w": displays the weight of items as well as their short description
   "-f": used with the "c" argument, causes the entire item-by-item inventory
         of containers to be displayed, instead of the shorter, combined
         display that is normally used

EXAMPLES:

i
(displays all inventory)
i -p
(displays all inventory, paged)
i c
(displays all containers and their contents, in short form)
i -f c
(displays all containers and their contents, in full form)
i -w e
(displays all equippable items in your immediate inventory, and their weight)