.Dd August 25, 1996 .Dt CHAR-TO-CODE 1 .Os NetBSD 1.2BETA .Sh NAME .Nm char-to-code .Nd convert characters to their codes .Sh SYNOPSIS .Nm char-to-code .Sh DESCRIPTION .Nm is a simple filter. It reads its input; each input byte produces one line of output, containing the character code of the input byte in decimal. For example, assuming ASCII character codes (f is 102, o is 111, newline is 10), then .Dl echo foo | char-to-code will produce .Dl 102 .Dl 111 .Dl 111 .Dl 10 as output. .Pp .Nm takes no options; indeed, the current version completely ignores its command line. .Sh AUTHOR der Mouse, .Aq mouse@rodents.montreal.qc.ca .