[u-u] case insensitive bash

William Kisin uu at sunlight.ca
Wed Mar 8 23:17:15 EST 2017


Further to this evenings discussion of case independence in bash.


 From the "shopt" builtin function description:
http://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html


nocaseglob

     If set, Bash matches filenames in a case-insensitive fashion when 
performing filename expansion.
nocasematch

     If set, Bash matches patterns in a case-insensitive fashion when 
performing matching while executing case or [[ conditional commands, 
when performing pattern substitution word expansions, or when filtering 
possible completions as part of programmable completion.

-- 

Willie
William_Kisin at sunlight.ca


William Kisin


More information about the u-u mailing list