Re: [OT] Alphabatize newsrc File
Jeff Grossman <[email protected]>
| Newsgroups | gmane.network.tin.user |
|---|---|
| Organization | Stikman.com |
| Message-ID | <[email protected]> |
Chris Green <[email protected]> wrote: > On Fri, Oct 10, 2003 at 08:56:27AM -0700, Jeff Grossman wrote: >> on 10/10/03 8:43 AM, Tom Crane at [email protected] wrote: >> >> >> How would I alphabatize my newsrc file so my newsgroups appear in >> >> alphabetical order when viewing my subscribed newsgroup in Tin? >> >> >> >> Thanks, >> >> Jeff >> > >> > Does 'sort ~/.newsrc > newsrc.tmp ; mv newsrc.tmp ~/.newsrc' do what you >> > want? >> > >> > Tom. >> Perfect, thanks. I never knew about the sort command. >> > Even more concise is:- > sort -o .newsrc .newsrc > Thanks for all of the help. The sort option is exactly what I was after and it is working perfectly. Jeff