Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Closed
vipul-2003 wants to merge 2 commits into bobbyiliev:main from vipul-2003:branch1

Conversation

@vipul-2003
Copy link
Contributor

@vipul-2003 vipul-2003 commented Oct 3, 2022
edited
Loading

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🚩 Other

Description

bug #66 has been corrected in .md file

please mark it hacktoberfest2022 if you can : )
thanks You ❤️

Copy link
Owner

@bobbyiliev bobbyiliev left a 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 

Copy link
Contributor Author

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 .

Copy link
Owner

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.

vipul-2003 reacted with thumbs up emoji vipul-2003 reacted with hooray emoji vipul-2003 reacted with heart emoji

Copy link
Contributor Author

Thanks you @bobbyiliev for label 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@bobbyiliev bobbyiliev bobbyiliev requested changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /