Budi Sat, 22 Aug 2020 19:14:43 -0700
How anchor to line end in bash regex [[ ]] h=hi [[ $h =~ ^hi\$ ]] && echo Yes
cannot work, or is it bug yet