ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] `sort` behaves not as expected (not as strcmp() would)
@ 2001-10-01 15:49 HB
  2001-10-01 16:14 ` Aleksey Novodvorsky
  0 siblings, 1 reply; 3+ messages in thread
From: HB @ 2001-10-01 15:49 UTC (permalink / raw)
  To: mandrake-russian

Я столкнулся с тем, что не понимаю, как сортирует sort, и как заставить
его сортировать так, как это сделал бы strcmp(). Разумеется, я читал
`man sort`, но это не только не помогло, но создало впечатление, что
работа sort происходит не так, как там описано :-(

$ cat file
a
*b
*d
c
$ sort file
a
*b
c
*d

Похоже на то, что при сортировке игнорируются все non-alphanumeric (?)
символы. Кусок из `man sort`, говорящий (AFAI understood) об обратном,
прилагается ниже.

А хотелось бы получить такую сортировку:

$ perl -we 'print sort <>' file
*b
*d
a
c

/* Разумеется, использовать для этого Perl -- это не метод. */
Выдержка из `man sort`:

Finally,  as a last resort when all keys compare equal (or
if no ordering options were specified at all),  sort  com-
pares the lines byte by byte in machine collating sequence
instead of LC_COLLATE.

В данном случае, imho, должен быть как раз этот случай, т. к.
no ordering options were specified

Спасибо заранее за любую помощь.

-- 
HB



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-01 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-01 15:49 [mdk-re] `sort` behaves not as expected (not as strcmp() would) HB
2001-10-01 16:14 ` Aleksey Novodvorsky
2001-10-01 17:56   ` HB

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git