Display the results in an alphabetical order, independently of their case
Display the results in an alphabetical order, independently of their case I am using ls on MacOS 11.6.1. In the output, the Upper cases are displayed before the lower case. For example, I get the following output: $ ls Blabla.txt GAGAS.txt asdf.txt blabla.txt and would like to have instead: $ ls asdf.txt blabla.txt Blabla.txt GAGAS.txt …