String Matching in Ubuntu is case-insensitive

Source: Internet
Author: User
As we all know, in shell string pattern matching, [a-z] indicates matching lowercase a to z, [A-Z] indicates matching uppercase A to Z, [0-9] indicates matching numbers 0 to 9, but ls [a-z] * is performed in Ubuntu. c and ls [A-Z] *. c has the same effect: the two sentences have the same effect, that is, they are case insensitive, but they run normally in other systems. Why? I do not know the cause of the search, but I have found a way to run LANG = C: When

As we all know, in shell string pattern matching, [a-z] indicates matching lowercase a to z, [A-Z] indicates matching uppercase A to Z, [0-9] indicates matching numbers 0 to 9, but ls [a-z] * is performed in Ubuntu. c and ls [A-Z] *. c has the same effect:

The two statements have the same effect, that is, they are case insensitive, but run normally in other systems. Why?

I do not know the reason for the search, but I have found a way to run LANG = C:

Of course, the scope of the LANG variable is limited to this terminal. When running on another terminal, the original result will still appear.

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.