Luu Tuyen@lemmy.world to linuxmemes@lemmy.world · 2 months agoRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldimagemessage-square53fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldLuu Tuyen@lemmy.world to linuxmemes@lemmy.world · 2 months agomessage-square53fedilink
minus-squarekrimsonbun@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up0·edit-22 months agocd downloads bash: cd: downloads: No such file or directory cd Downloads user@pcname:~/Downloads$
minus-squarefalcunculus@jlai.lulinkfedilinkarrow-up0·edit-22 months agoBash has an option for that you can put in your .bashrc: bind "set completion-ignore-case on" Other interesting options exist
cd downloads
bash: cd: downloads: No such file or directory
cd Downloads
user@pcname:~/Downloads$
Bash has an option for that you can put in your
.bashrc
:bind "set completion-ignore-case on"
Other interesting options exist