SIZE - Report file sizes

   The SIZE utility reads one or more files, and counts the number of
lines and characters in each one.

   If no files are specified,  SIZE reads from the  "standard  input"
device, allowing it to be used in a "pipe" to process the output from
another command.

   If more than one filename is specified,  SIZE will also  report  a
"grand  total"  of  the  total  numbers  of  lines   and   characters
encountered.

   The form of the SIZE command is:

                       SIZE [filename ...]

   Examples:

     size textfile.dat
     size file1.txt file2.txt
     dir | size
