Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 4 days agoyeseviltoast.orgexternal-linkmessage-square48fedilinkarrow-up1446arrow-down17
arrow-up1439arrow-down1external-linkyeseviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 4 days agomessage-square48fedilink
minus-squareoktoberpaard@piefed.sociallinkfedilinkEnglisharrow-up15·4 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.