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
1.4m articles
1.4m replys
5 comments
57.0k users