Re: Need a quick one-liner

2003-07-04 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Seneca <[EMAIL PROTECTED]> wrote: >On Fri, Jul 04, 2003 at 01:51:34PM +0200, Joerg Johannes wrote: >> I have some data files in the following format: >> >> 12 3 4 >> 56 7 8 >> 910 11 12 >> 13 14 15 16 >> ...

Re: Need a quick one-liner

2003-07-04 Thread Colin Watson
On Fri, Jul 04, 2003 at 01:51:34PM +0200, Joerg Johannes wrote: > Hi everybody > > I have some data files in the following format: > > 1 2 3 4 > 5 6 7 8 > 9 10 11 12 > 1314 15 16 > ... > > I need to sum up the second column, so the resu

Re: Need a quick one-liner

2003-07-04 Thread Joerg Johannes
On Friday 04 July 2003 14:49, Seneca wrote: > On Fri, Jul 04, 2003 at 01:51:34PM +0200, Joerg Johannes wrote: > > I have some data files in the following format: > > > > 1 2 3 4 > > 5 6 7 8 > > 9 10 11 12 > > 13 14 15 16 > > ... > > > > I need to s

Re: Need a quick one-liner

2003-07-04 Thread Seneca
On Fri, Jul 04, 2003 at 01:51:34PM +0200, Joerg Johannes wrote: > I have some data files in the following format: > > 1 2 3 4 > 5 6 7 8 > 9 10 11 12 > 1314 15 16 > ... > > I need to sum up the second column, so the result is 32 (in this

Need a quick one-liner

2003-07-04 Thread Joerg Johannes
Hi everybody I have some data files in the following format: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... I need to sum up the second column, so the result is 32 (in this case). Any ideas? thanks, joerg -- Gib GATES keine Chance

Re: a quick one...

2001-02-05 Thread Dave Sherohman
On Mon, Feb 05, 2001 at 08:07:29AM -0800, Leonard Leblanc wrote: > What would be the best owner/group for perl scripts that are running on a > web server? Someone trusted. > Does it really matter? Of course - anyone who can write to the scripts (which always ultimately includes the owner, since

a quick one...

2001-02-05 Thread Leonard Leblanc
I was just thinking... What would be the best owner/group for perl scripts that are running on a web server? Does it really matter? Leonard Leblanc