Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2013 13:45:30 +0400
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        "Alex V. Petrov" <alexvpetrov@gmail.com>
Cc:        stable@freebsd.org
Subject:   Re: ls -U don't work?
Message-ID:  <CAE-mSO%2BNO1WR_hMKOzmPW8TEmpuv64XVNxmoeLR3a1iFdyEo5g@mail.gmail.com>
In-Reply-To: <8704004.oreYQuEkVL@alex.super>
References:  <8704004.oreYQuEkVL@alex.super>

next in thread | previous in thread | raw e-mail | index | archive | help
2013/7/13 Alex V. Petrov <alexvpetrov@gmail.com>:
> subj:
> ls -Ul

So, what's the problem? Looking at code,
I'd suggest to try adding -t to actually enable sorting,
otherwise it just prints dates but not sorts.

> total 0
> -rw-r--r--  1 alex  alex  0 13 =D0=B8=D1=8E=D0=BB 15:26 000
> -rw-r--r--  1 alex  alex  0 13 =D0=B8=D1=8E=D0=BB 15:25 111
> -rw-r--r--  1 alex  alex  0 13 =D0=B8=D1=8E=D0=BB 15:25 222
> -rw-r--r--  1 alex  alex  0 13 =D0=B8=D1=8E=D0=BB 15:25 333
>

-t enables sorting (by modified date by default),
-U further specifies to sort by birth time.

--=20
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSO%2BNO1WR_hMKOzmPW8TEmpuv64XVNxmoeLR3a1iFdyEo5g>