Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu.UUCP Newsgroups: comp.unix.questions Subject: Re: Can't ls -l add file sizes properly?? Message-ID: <16638@topaz.rutgers.edu> Date: Fri, 20-Nov-87 15:18:20 EST Article-I.D.: topaz.16638 Posted: Fri Nov 20 15:18:20 1987 Date-Received: Sun, 22-Nov-87 06:34:12 EST References: <456@morgoth.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 7 The file size reported with each file with the -l command is the number of bytes in the file. The file size reported by the -s command is the number of blocks consumed by the file (counts indirect blocks and the partially filled one on the end). The size in the total field reflects the sum of the -s block count. -Ron