On Wed, 12 Jul 2000, Michael Brach wrote:
> Managing a few lists for professional associations, I sometines have to
> sort email addresses. It is very useful
> - to do this alphabetically from the end of the address
Plain unix sort can also do this. If you ment sorting
by domain this can be done with something like (assuming
addresses are one address per line):
sort -t@ -k2 addressfile
This spits the addressfile sorted by domain to stdout.
--
Mika Tuupola http://www.appelsiini.net/~tuupola/
- Re: List-Managers-Digest V9 #113 Michael Brach
- Re: List-Managers-Digest V9 #113 Chuq Von Rospach
- Re: List-Managers-Digest V9 #113 Mika Tuupola
- Re: List-Managers-Digest V9 #113 Bernie Cosell
- Re: List-Managers-Digest V9 #113 Dave Sill
- Re: List-Managers-Digest V9 #113 Denis Olivier
- Re: List-Managers-Digest V9 #113 John R Levine
- Re: List-Managers-Digest V9 #11... Chuq Von Rospach
- Re: List-Managers-Digest V9 #11... Mike Avery
