Re: fix a txt/dat file with soccer data using awk and sort

2015-10-04 Thread Stephen Davies
On 04/10/15 12:53, Antonio Olivares wrote: Dear fedora users, I have a file table.dat with team data ie, Wins Loses Draws Goals For, Goals Against, Total Points as follows: $ cat table.dat TeamW L D GF GA DIF PTS Team1 3 2 1 13 17

Re: fix a txt/dat file with soccer data using awk and sort

2015-10-04 Thread Jon LaBadie
On Sat, Oct 03, 2015 at 06:23:38PM -0800, Antonio Olivares wrote: > Dear fedora users, > > I have a file table.dat with team data ie, Wins Loses Draws Goals For, Goals > Against, Total Points as follows: > > $ cat table.dat > TeamW L D GF GA DIF PTS > Team1

(SOLVED) Re: fix a txt/dat file with soccer data using awk and sort

2015-10-04 Thread Antonio Olivares
> -Original Message- > From: jo...@jgcomp.com > Sent: Sun, 04 Oct 2015 01:01:26 -0400 > To: users@lists.fedoraproject.org > Subject: Re: fix a txt/dat file with soccer data using awk and sort > > On Sat, Oct 03, 2015 at 06:23:38PM -0800, Antonio Olivares wrote: >> Dear fedora users, >>

Re: (SOLVED) Re: fix a txt/dat file with soccer data using awk and sort

2015-10-04 Thread Jon LaBadie
On Sun, Oct 04, 2015 at 08:52:00AM -0800, Antonio Olivares wrote: > > > > -Original Message- > > From: jo...@jgcomp.com > > Sent: Sun, 04 Oct 2015 01:01:26 -0400 > > To: users@lists.fedoraproject.org > > Subject: Re: fix a txt/dat file with soccer data using awk and sort > > > > On Sat,

fix a txt/dat file with soccer data using awk and sort

2015-10-03 Thread Antonio Olivares
Dear fedora users, I have a file table.dat with team data ie, Wins Loses Draws Goals For, Goals Against, Total Points as follows: $ cat table.dat TeamW L D GF GA DIF PTS Team1 3 2 1 13 17 Team2 2 3 1 14 13