On Wednesday 28 July 2004 22:50, Kevin Buhr wrote: > zcat /mnt/backup-compaq/home.tar.gz | > perl -ne 'm,home/vic/, && do { ++$count[($l + length($`)) % 512] }; > $l += length($_); END { for (0..511) { printf "%3d %5d\n", $_, > $count[$_] if $count[$_] } }' | sort -nr +1 | head -20
For the time being I've pit aside tghe idea of suicide but the complex program you suggested (see above) doesn't work. I put it inside an executable file and try to execute but It invariably says cannot execute binary file What's the matter with it?