Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 10 days agoyeseviltoast.orgexternal-linkmessage-square46linkfedilinkarrow-up16arrow-down10
arrow-up16arrow-down1external-linkyeseviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 10 days agomessage-square46linkfedilink
minus-squareoktoberpaard@piefed.sociallinkfedilinkEnglisharrow-up0·10 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.