Remember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitive
Remember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitive
You're viewing a single thread.
All comments
220
comments
cd downloads
bash: cd: downloads: No such file or directory
cd Downloads
user@pcname:~/Downloads$
29 0 ReplyBash has an option for that you can put in your
.bashrc
:bind "set completion-ignore-case on"
23 0 ReplyZsh autocompletes lowercase input to the correct file or folder name when using tab. It's great!
12 0 ReplyFish does this too, it's super convenient
4 0 Reply
220
comments
Scroll to top