#!/bin/sh
#count the number of bytes on standard input.
wc -c
