Re: using awk for selective printing, and adding a new line

2016-05-10 Thread Antonio Olivares
> -Original Message- > From: j...@jgcomp.com > Sent: Mon, 09 May 2016 18:45:30 -0400 > To: wingat...@inbox.com > Subject: Re: using awk for selective printing, and adding a new line > > On Mon, May 09, 2016 at 02:26:07PM -0800, Antonio Olivares wrote: >> >> >>> It would be much easier

Re: using awk for selective printing, and adding a new line

2016-05-09 Thread Antonio Olivares
> -Original Message- > From: j...@jgcomp.com > Sent: Mon, 09 May 2016 14:49:50 -0400 > To: wingat...@inbox.com > Subject: Re: using awk for selective printing, and adding a new line > > On Mon, May 09, 2016 at 08:24:54AM -0800, Antonio Olivares wrote: >> Dear folks, >> >> I have found

Re: using awk for selective printing, and adding a new line

2016-05-09 Thread Jon LaBadie
On Mon, May 09, 2016 at 11:50:38AM -0800, Antonio Olivares wrote: > > >> From: ad+li...@uni-x.org > >> Sent: Mon, 9 May 2016 20:47:49 +0200 > >> To: users@lists.fedoraproject.org > >> Subject: Re: using awk for selective printing, and adding a new line > >> > >> Am 09.05.2016 um 18:24 schrieb

Re: using awk for selective printing, and adding a new line

2016-05-09 Thread Antonio Olivares
> -Original Message- > From: wingat...@inbox.com > Sent: Mon, 9 May 2016 11:39:56 -0800 > To: users@lists.fedoraproject.org > Subject: Re: using awk for selective printing, and adding a new line > > > >> -Original Message- >> From: ad+li...@uni-x.org >> Sent: Mon, 9 May 2016

Re: using awk for selective printing, and adding a new line

2016-05-09 Thread Antonio Olivares
> -Original Message- > From: ad+li...@uni-x.org > Sent: Mon, 9 May 2016 20:47:49 +0200 > To: users@lists.fedoraproject.org > Subject: Re: using awk for selective printing, and adding a new line > > Am 09.05.2016 um 18:24 schrieb Antonio Olivares: >> Dear folks, >> >> I have found

Re: using awk for selective printing, and adding a new line

2016-05-09 Thread Alexander Dalloz
Am 09.05.2016 um 18:24 schrieb Antonio Olivares: Dear folks, I have found numerous guides using awk to format stats. I can get stats from a website, but when I paste them they get pasted one per line, I can get them to one line using awk '{printf("%s ",$0)}' and the filename here, but what I

using awk for selective printing, and adding a new line

2016-05-09 Thread Antonio Olivares
Dear folks, I have found numerous guides using awk to format stats. I can get stats from a website, but when I paste them they get pasted one per line, I can get them to one line using awk '{printf("%s ",$0)}' and the filename here, but what I want to do is to get the first 11 records and