Comment Re:mixed case = bad for shell (Score 1) 859
May I recommend a bit of our fine RTFM, sir?
man bash
Look for the "completion-ignore-case" option.
man tcsh
"If the complete shell variable is set to `enhance', completion 1) ignores case and 2) considers periods, hyphens and underscores (`.', `-' and `_') to be word separators and hyphens and underscores to be equivalent."
Anything else to go with that, sir?
man bash
Look for the "completion-ignore-case" option.
man tcsh
"If the complete shell variable is set to `enhance', completion 1) ignores case and 2) considers periods, hyphens and underscores (`.', `-' and `_') to be word separators and hyphens and underscores to be equivalent."
Anything else to go with that, sir?