On Saturday, May 20, 2017 09:19:07 AM Stefan Monnier wrote:
> > I have a need to sort lists of URLs and associated titles formatted as
> >
> > follows:
> >* [[][]]
> >
> > e.g [[http://www.google.com][Google search]]
> >
> > I'd like to get a simple sort routine to do that.
>
> In my quick
On 2017-05-20 09:19 -0400, Stefan Monnier wrote:
> > I have a need to sort lists of URLs and associated titles formatted as
> > follows:
> >
> >* [[][]]
> >
> > e.g [[http://www.google.com][Google search]]
> >
> > I'd like to get a simple sort routine to do that.
>
> In my quick test,
>
>
> I have a need to sort lists of URLs and associated titles formatted as
> follows:
>
>* [[][]]
>
> e.g [[http://www.google.com][Google search]]
>
> I'd like to get a simple sort routine to do that.
In my quick test,
sort -t '[' -k 4
seemed to do the trick,
Stefan
I have a need to sort lists of URLs and associated titles formatted as
follows:
* [[][]]
e.g [[http://www.google.com][Google search]]
I'd like to get a simple sort routine to do that.
My first thought (well, actually it's probably the sixth, one of which was
trying to get the TWiki devel
4 matches
Mail list logo