]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC to r242840:
authorgrog <grog@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 10 Dec 2012 03:11:19 +0000 (03:11 +0000)
committergrog <grog@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 10 Dec 2012 03:11:19 +0000 (03:11 +0000)
commitb1abcaa80cd2c2f30883571c2a5670bf7426f0da
treef314e5d63aeae81d65f561eceda776e63969fbff
parente6dffc8203ef07097da562f8a91184a19cb1c4e8
MFC to r242840:

  Add y flag and environment variable LS_SAMESORT to specify the same
  sorting order for time and name with the -t option.  IEEE Std 1003.2
  (POSIX.2) mandates that the -t option sort in descending order, and
  that if two files have the same timestamp, they should be sorted in
  ascending order of their names.  The -r flag reverses both of these
  sort orders, so they're never the same.  This creates significant
  problems for sequentially named files stored on FAT file systems,
  where it can be impossible to list them in the order in which they
  were created.

  Add , (comma) option to print file sizes grouped and separated by
  thousands using the non-monetary separator returned by localeconv(3),
  typically a comma or period.

git-svn-id: svn://svn.freebsd.org/base/stable/9@244075 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/ls/Makefile
bin/ls/cmp.c
bin/ls/ls.1
bin/ls/ls.c
bin/ls/ls.h
bin/ls/print.c
bin/ls/util.c