Skip to content

fix: correct spelling and punctuation in Bash comments section#776

Open
abdslam01 wants to merge 1 commit into
Fechin:mainfrom
abdslam01:main
Open

fix: correct spelling and punctuation in Bash comments section#776
abdslam01 wants to merge 1 commit into
Fechin:mainfrom
abdslam01:main

Conversation

@abdslam01

Copy link
Copy Markdown

This PR improves the Bash comments section by:

Clarifying the distinction between single-line and multi-line comments.
Adding an explanation that single-line comments begin with # and extend to the end of the line.
Documenting that Bash does not support true multi-line comments, and explaining that the : '...' pattern works by passing a string to the no-op : builtin.
Fixing spelling and punctuation issues in the existing documentation.

These changes make the Bash cheat sheet more accurate and easier for beginners to understand.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant