-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
> #!/usr/bin/awk -f
>
> BEGIN { maxcols = 0; }
>
> {
> for (i=1;i<=NF;++i)
> dataset[NR,i] = $i;
> if (maxcols maxcols = NF;
> }
>
> END {
> for (i=1;i<=maxcols;++i) {
> for (j=1;j
On Wed, May 10, 2006 at 02:27:26PM +0200, Lubos Vrbka wrote:
} > Here's a Ruby script. You will need to apt-get install ruby to use it if
} > Ruby is not already installed. (I did it in awk as well, but the Ruby
} > solution is much easier to read.)
} thanks a lot. however, i'd be interested to see
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
> Here's a Ruby script. You will need to apt-get install ruby to use it if
> Ruby is not already installed. (I did it in awk as well, but the Ruby
> solution is much easier to read.)
thanks a lot. however, i'd be interested to see your solution in
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
hi guys,
is there any alternative to (bsd-based, imho) utility rs in debian? i
tried to find it, but to no avail... or maybe i just missed some
essential package?
if you need to know what is it about:
rs reads its input into an array of rows
On Wed, May 10, 2006 at 11:02:06AM +0200, Lubos Vrbka wrote:
} > is there any alternative to (bsd-based, imho) utility rs in debian? i
} > tried to find it, but to no avail... or maybe i just missed some
} > essential package?
[...]
} maybe i should add what i need it to do -
}
} i ha
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
> is there any alternative to (bsd-based, imho) utility rs in debian? i
> tried to find it, but to no avail... or maybe i just missed some
> essential package?
>
> if you need to know what is it about:
> rs reads its input int
6 matches
Mail list logo