Semyon A Mironov

Results 2 issues of 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[@]}" ``` ![Image](https://github.com/user-attachments/assets/78714e90-0709-4042-a3f3-bde2e0237909) ![Image](https://github.com/user-attachments/assets/e29cc77a-88d6-462b-9294-043bf92d192f) ### Actual behavior In the `unset` command, the array...

C: Syntax