namazu-ml(avocado)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Out of memory! (mknmz)



どうでもよいことですが…

Satoru Takabayashi <ccsatoru@xxxxxxxxxxxxxxxxxx> wrote:

>% find . -type f |xargs perl -e \
>  'while($_ = shift(@ARGV)){$s=-s $_;print "$s\t$_\n"}' |sort -nr

これは

% find . -type f |perl -nle '$s=-s $_;print "$s\t$_\n"' |sort -nr 

の方が良いですね。

--
高林 哲 Satoru Takabayashi