CODE(I)                         04/17/75                              CODE(I)

NAME
	code -  prints characters with their octal equivalents.

SYNOPSIS
	code [ - ] [ file ]

DESCRIPTION
	code lists each character with its octal equivalent on the
	standard output.  The input is the first command argument.
	If this argument is missing, then the standard input is used
	after establishing raw mode unless a minus flag was used.

AUTHOR
	Keith H Davis
