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

Doh. Point made. :)

let that line read:

`sort benchmark_files | uniq -c > benchmark_counted`;

And all can be right in the world.

Replies are listed 'Best First'.
Re^4: Memory Management Problem
by thospel (Hermit) on Nov 22, 2003 at 16:21 UTC
    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.