Skip to content

Instantly share code, notes, and snippets.

@khotyn
Last active August 29, 2015 14:09
Show Gist options
  • Save khotyn/0ab80110ed4b04329348 to your computer and use it in GitHub Desktop.
Save khotyn/0ab80110ed4b04329348 to your computer and use it in GitHub Desktop.
Bash wired bug
#/bin/bash
function f() {
local v=()
echo ${#v[@]}
}
f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment