Luu Tuyen@lemmy.world to linuxmemes@lemmy.world · 3 个月前Remember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldimagemessage-square242fedilinkarrow-up1687arrow-down173
arrow-up1614arrow-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 · 3 个月前message-square242fedilink
minus-squarekrimsonbun@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up30·edit-23 个月前cd downloads bash: cd: downloads: No such file or directory cd Downloads user@pcname:~/Downloads$
minus-squarefalcunculus@jlai.lulinkfedilinkarrow-up23·edit-23 个月前Bash has an option for that you can put in your .bashrc: bind "set completion-ignore-case on" Other interesting options exist
minus-squareInFerNo@lemmy.mllinkfedilinkarrow-up12·3 个月前Zsh autocompletes lowercase input to the correct file or folder name when using tab. It’s great!
minus-squarealt_xa_23@lemmy.worldlinkfedilinkarrow-up4·3 个月前Fish does this too, it’s super convenient
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
Zsh autocompletes lowercase input to the correct file or folder name when using tab. It’s great!
Fish does this too, it’s super convenient
deleted by creator