toku
banner
toku19.bsky.social
toku
@toku19.bsky.social
Is the handling of "^" in dash broken?
December 13, 2024 at 11:38 AM
echo "%%1=\"${L5%%[\]]*}\""
echo "%%2=\"${L5%%[\]-]*}\""
echo "%%3=\"${L5%%[^\]-]*}\""

%%1="x[y-z-"
%%2="x[y"
%%3="x[y"
December 13, 2024 at 11:38 AM