[SLUG] RE: Cookbook

Gavin Baker gavbaker at ntlworld.com
Fri Sep 20 14:07:01 BST 2002


On Fri, 2002-09-20 at 14:02, Gavin Baker wrote:

>   If you want to (for example) find the size of your mp3 collection, 
>   you can use find(1) to find them all, then pipe them to du(1)
>   "find -name '*.mp3' | du -hc"

should be 

  find -name '*.mp3' | xargs du -hc

Of couse.. (Oops)

Regards,
Gav






More information about the Scarborough mailing list