Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15776 > unrolled thread

Re: Unicode range and enumeration support.

Started byRobert Elz <kre@munnari.OZ.AU>
First post2019-12-24 21:21 +0700
Last post2019-12-24 21:21 +0700
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Unicode range and enumeration support. Robert Elz <kre@munnari.OZ.AU> - 2019-12-24 21:21 +0700

#15776 — Re: Unicode range and enumeration support.

FromRobert Elz <kre@munnari.OZ.AU>
Date2019-12-24 21:21 +0700
SubjectRe: Unicode range and enumeration support.
Message-ID<mailman.1366.1577203281.1979.bug-bash@gnu.org>
    Date:        Tue, 24 Dec 2019 00:47:40 -0500
    From:        Eli Schwartz <eschwartz@archlinux.org>
    Message-ID:  <217b4a75-b79e-dc2a-a2b2-cc5133d7cbef@archlinux.org>

  | What is "recent" about sort -u? I can find it listed as a mandatory
  | option in the POSIX 2004 manual.

The -u option appaeared in 7th edition Bell Labs Unix (1979) [I would
assume it was actually implemented somewhat earlier, that's when 7th
edition was released to the rest of the world.]

Also note that sort -u and sort | uniq are not quite the same, the -u
option only considers the key fields when deciding which records (lines)
are unique (of course, with no key options, the whole line is the key,
in which case they are more or less the same).

kre

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web