[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ls is broken, what's next cd?
From: |
Bernhard Voelker |
Subject: |
Re: ls is broken, what's next cd? |
Date: |
Tue, 6 Feb 2018 17:01:12 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 02/06/2018 04:02 PM, Kamil Dudka wrote:
> If you revert it now, the change will not be observable by users of Red Hat
> Enterprise Linux as well as many other distributions with long term support.
FWIW e.g. (open)SUSE ever had a wrapper around ls:
* SLES11.3:
$ type ls
ls is aliased to `ls $LS_OPTIONS'
$ echo $LS_OPTIONS
-N --color=tty -T 0
* openSUSE-Tumbleweed (20180129):
$ type ls
ls is aliased to `_ls'
$ type _ls
_ls is a function
_ls ()
{
local IFS=' ';
command ls $LS_OPTIONS ${1+"$@"}
}
$ echo $LS_OPTIONS
-N --color=tty -T 0
Strangely enough, this setting does not come with the coreutils package
but with aaa_base or aaa_base-extras.
I removed -N from LS_OPTIONS. ;-)
Have a nice day,
Berny
- Re: ls is broken, what's next cd?, (continued)
- Re: ls is broken, what's next cd?, Eric Blake, 2018/02/06
- Re: ls is broken, what's next cd?, Kaz Kylheku (Coreutils), 2018/02/06
- Re: ls is broken, what's next cd?, Michael, 2018/02/07
- Re: ls is broken, what's next cd?, Jeffrey Walton, 2018/02/07
- Re: ls is broken, what's next cd?, Michael, 2018/02/07
- Re: ls is broken, what's next cd?, Eric Blake, 2018/02/08
- Re: ls is broken, what's next cd?, Bernhard Voelker, 2018/02/07
- Re: ls is broken, what's next cd?, Kamil Dudka, 2018/02/06
- Re: ls is broken, what's next cd?, Eric Blake, 2018/02/06
- Re: ls is broken, what's next cd?, Kamil Dudka, 2018/02/06
- Re: ls is broken, what's next cd?,
Bernhard Voelker <=
- Re: ls is broken, what's next cd?, Harald Dunkel, 2018/02/07
- Re: ls is broken, what's next cd?, Bernhard Voelker, 2018/02/07
- Re: ls is broken, what's next cd?, Harald Dunkel, 2018/02/13
- Re: ls is broken, what's next cd?, Bernhard Voelker, 2018/02/15
- Re: ls is broken, what's next cd?, Harald Dunkel, 2018/02/16
- Re: ls is broken, what's next cd?, Pádraig Brady, 2018/02/17