Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 15 days agoyeseviltoast.orgimagemessage-square48linkfedilinkarrow-up1448
arrow-up1448imageyeseviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 15 days agomessage-square48linkfedilink
minus-squareoktoberpaard@piefed.sociallinkfedilinkEnglisharrow-up15·15 days 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.