I need to list all files whose names start with 'SomeLongString'. But the case of 'SomeLongString' can vary. How?
I am using zsh, but a bash solution is also welcome.
bash:
shopt -s nocaseglob
2.1m questions
2.1m answers
60 comments
57.0k users