in reply to Re: Memory Management Problem
in thread Memory Management Problem

Good article, but I'm still going to give you a useless use of cat award.

Replies are listed 'Best First'.
Re: Re: Re: Memory Management Problem
by swngnmonk (Pilgrim) on Nov 21, 2003 at 20:11 UTC

    Doh. Point made. :)

    let that line read:

    `sort benchmark_files | uniq -c > benchmark_counted`;

    And all can be right in the world.

      Should I tell him that sort has a -u option (though it doesn't add counts) ? Naaah, find doesn't generate duplicates anyways unless some target names are reachable from multiple starting directories.