Re: rs in debian

2006-05-10 Thread Lubos Vrbka
-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

Re: rs in debian

2006-05-10 Thread Gregory Seidman
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

Re: rs in debian

2006-05-10 Thread Lubos Vrbka
-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

rs in debian

2006-05-10 Thread Lubos Vrbka
-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

Re: rs in debian

2006-05-10 Thread Gregory Seidman
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

Re: rs in debian

2006-05-10 Thread Lubos Vrbka
-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