home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / size.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  323 b   |  18 lines

  1. .th SIZE I 9/2/72
  2. .sh NAME
  3. size \*- size of an object file
  4. .sh SYNOPSIS
  5. .bd size
  6. [ object ... ]
  7. .sh DESCRIPTION
  8. .it Size
  9. prints the (decimal) number of bytes
  10. required by the
  11. text, data, and bss
  12. portions, and their sum in octal and decimal,
  13. of each object-file argument.
  14. If no file is specified,
  15. .bd a.out
  16. is used.
  17. .sh BUGS
  18.