-
-
Notifications
You must be signed in to change notification settings - Fork 525
corrected syntax error in 008 bash-arrays.md file #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there,
Thanks for the PR. For me this does not seem to be working correctly, what version o BASH are you using?
my_array=("value 1" "value 2" "value 3" "value 4") echo ${#my_array[@]} # Output: 4 echo ${#my_array} # Output: 7
My git bash version is older ... I think this might be due to older version
I used to run the same command on online shell and results are same as yours .
My git bash version is older ... I think this might be due to older version
I used to run the same command on online shell and results are same as yours .
Thank you for confirming that you are using an older version, I'll close this PR in this case, but also marked it as HF accepted as it was a valid suggestion.
Thanks you @bobbyiliev for label 😁
Uh oh!
There was an error while loading. Please reload this page.
What type of PR is this? (check all applicable)
Description
bug #66 has been corrected in .md file
please mark it hacktoberfest2022 if you can : )
thanks You ❤️