|
|
Log in / Subscribe / Register

A report from the documentation maintainer

A report from the documentation maintainer

Posted Oct 29, 2016 12:47 UTC (Sat) by mathstuf (subscriber, #69389)
In reply to: A report from the documentation maintainer by lsl
Parent article: A report from the documentation maintainer

Well, this is Zsh, bug I can't reproduce either of those things:

% locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
% case b in [A-Z]) echo upper ;; *) echo lower ;; esac
lower
% touch a A
% find -maxdepth 1 -name '[A-Z]'
./A


to post comments

A report from the documentation maintainer

Posted Oct 29, 2016 13:55 UTC (Sat) by mathstuf (subscriber, #69389) [Link]

OK, fired up bash and yeah, the case statement is broken. Bug findutils seems to have been fixed. Using findutils-4.6.0-8.fc25.x86_64 here.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds