On Mon, Oct 16, 2023 at 12:01 AM Pádraig Brady <p...@draigbrady.com> wrote: > [...] > > Also if we were to implement this, then it might introduce confusion. > For example users might try to `sort -t "blah"` expecting > the word "blah" to be used as a delimiter. > This is similar to the python "".rstrip() string method, > which takes chars, but I've seen many many instances > of code doing things like filename.rstrip(".txt") > which is an insidious error as it often works.
I understand, and agree, about your concern. Maybe someone could figure out a better way of specifying several field-delimiters. Thanks. -- Dani Moncayo