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-square183fedilinkarrow-up1586arrow-down160
arrow-up1526arrow-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-square183fedilink
minus-squareKillingTimeItself@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up6arrow-down1·2 months agohence the inclusion of the case insensitive auto completion, it’s not 1982, you can use that now.
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up2·2 months agoIf I have two folders in my directory, Dir1 and dir2, what does d <TAB> autocomplete to and what should it do?
minus-squareIllecors@lemmy.cafelinkfedilinkEnglisharrow-up2·2 months agoAt least on zsh it would pop both of those as suggestions you can cycle through.
minus-squareReCursing@lemmings.worldlinkfedilinkarrow-up2·2 months agoIn the case of zsh it will quite happily do either and ask you which you meant just like if they were called Dir1 and Dir2. Also works if you have a dir1 and Dir2 in the same directory as well
hence the inclusion of the case insensitive auto completion, it’s not 1982, you can use that now.
If I have two folders in my directory,
Dir1
anddir2
, what doesd <TAB>
autocomplete to and what should it do?At least on zsh it would pop both of those as suggestions you can cycle through.
In the case of zsh it will quite happily do either and ask you which you meant just like if they were called Dir1 and Dir2. Also works if you have a dir1 and Dir2 in the same directory as well