Changed refernce link for bash to bash manual#5590
Open
Aaryan-Pugarja wants to merge 1 commit intoros2:jazzyfrom
Open
Changed refernce link for bash to bash manual#5590Aaryan-Pugarja wants to merge 1 commit intoros2:jazzyfrom
Aaryan-Pugarja wants to merge 1 commit intoros2:jazzyfrom
Conversation
The provided link for bash: https://www.linux.com/training-tutorials/bash-101-working-cli/ Is insufficient and barely any help Replaced with: https://www.gnu.org/software/bash/manual/bash.html Which is the official bash manual Signed-off-by: Aaryan Pugarja <85410288+Aaryan-Pugarja@users.noreply.github.com>
fujitatomoya
reviewed
May 8, 2025
Collaborator
fujitatomoya
left a comment
There was a problem hiding this comment.
I think we use https://www.linux.com/training-tutorials/bash-101-working-cli/ because that is beginner's tutorial to get started with bash. on the other hand, https://www.gnu.org/software/bash/manual/bash.html is the official reference manual with more detailed information.
the purpose here is to introduce the tutorial about bash so that beginners can just get started with shell.
with this purpose, i am inclined to keep the current tutorial instead of reference manual. let's keep this open for more feedback!
Member
|
I agree, we specifically want to link to a tutorial. We could add a link to the manual (for more info) instead of replacing the tutorial link, though. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The provided link for bash:
https://www.linux.com/training-tutorials/bash-101-working-cli/
Is insufficient and barely any help
Replaced with:
https://www.gnu.org/software/bash/manual/bash.html
which is the official bash manual