Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 17 hours agoyeseviltoast.orgimagemessage-square44linkfedilinkarrow-up1345arrow-down16
arrow-up1339arrow-down1imageyeseviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 17 hours agomessage-square44linkfedilink
minus-squareoktoberpaard@piefed.sociallinkfedilinkEnglisharrow-up13·13 hours agoIn Bash you can use a shell option to alter this behavior: shopt -s nocaseglob. See https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html for more options.
In Bash you can use a shell option to alter this behavior:
shopt -s nocaseglob
. See https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html for more options.