home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!biosci!nntp.barrnet.net!nntp.ampex.com!jag
- From: jag@ampex.com (Rayaz Jagani)
- Newsgroups: comp.unix.questions
- Subject: Re: How to total file sizes for selected files?
- Message-ID: <C038IH.zs@ampex.com>
- Date: 30 Dec 92 19:51:52 GMT
- References: <1992Dec29.144421.23845@news.eng.convex.com> <1992Dec30.083126.26511@ptsfa.PacBell.COM> <1992Dec30.184600.720@news.DKRZ-Hamburg.DE>
- Sender: jag@dst.ampex.com (Rayaz Jagani)
- Organization: Ampex Corporation, Redwood City CA
- Lines: 8
- Nntp-Posting-Host: dst-s4-21
-
- In article <1992Dec30.184600.720@news.DKRZ-Hamburg.DE> m212022@regen.DKRZ-Hamburg.DE (Wolfgang Welke) writes:
- >In article <1992Dec30.083126.26511@ptsfa.PacBell.COM> dmturne@PacBell.COM (Dave Turner) writes:
-
- ... several version presented.
-
- I use the following script
-
- ls -al $* |awk '{i = i + $4;j++} END {print j " files use " i " bytes"}'
-