in reply to Associative Array Trouble
$ cat test.txt | sed -e's/\(.*\) \(.*\)/\2,\1/g' | sort Brown,Jim Payton,Walter Sanders,Barry Smith,Emmitt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Re: Associative Array Trouble
by merlyn (Sage) on May 23, 2002 at 00:18 UTC | |
by rbc (Curate) on May 23, 2002 at 16:46 UTC |