Why is “select key” working in bash, but not in zsh?
I’m getting a bad substitution error in this bash script – pointing to the “select key in…” line.
Accessing an env var whose name comes from an interpolated string
I have the following:
why is the size of these 2 zsh arrays dramatically different?
I have an array of 2 file paths. When I create the array directly from a find command, zsh tells me the length of the array is 71, which must be the length of all characters combined. When I create an entirely different array, and just hand paste those in, the size is 2, which is what I would expect.