[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'sort' command -- support more than one field-delimiter
From: |
Dani Moncayo |
Subject: |
Re: 'sort' command -- support more than one field-delimiter |
Date: |
Mon, 16 Oct 2023 08:35:42 +0200 |
On Mon, Oct 16, 2023 at 8:19 AM Dani Moncayo <dmoncayo@gmail.com> wrote:
>
> Maybe someone could figure out a better way of specifying several
> field-delimiters.
Perhaps a long option, like:
$ sort --field-separators=" /" -n -k5 -k3 -k4 file1.txt
--
Dani Moncayo
- 'sort' command -- support more than one field-delimiter, Dani Moncayo, 2023/10/15
- Re: 'sort' command -- support more than one field-delimiter, Pádraig Brady, 2023/10/15
- Re: 'sort' command -- support more than one field-delimiter, Dani Moncayo, 2023/10/16
- Re: 'sort' command -- support more than one field-delimiter, Bernhard Voelker, 2023/10/18
- Re: 'sort' command -- support more than one field-delimiter, Dragan Simic, 2023/10/18
- Re: 'sort' command -- support more than one field-delimiter, Dani Moncayo, 2023/10/18