Semyon A Mironov
Semyon A Mironov
Hi all!! Conducted a test on the site https://www.shellcheck.net I report that this problem is repeated inside a function: **Here's a snippet or screenshot that shows the problem:** ``` #!/bin/bash...
### Expected behavior sublime 4200 ```bash #!/bin/bash array=(a b c d) echo "${#array[@]}" unset -v "array[-1]" echo "${#array[@]}" ```   ### Actual behavior In the `unset` command, the array...