bash strings
Open
- Dominant language
- Shell
- Stars
- 672
- Forks
- 226
- PR merge metrics
- No merged PRs in 30d
Description
There should be way more examples for bash string usage:
`${foo:2}`
`${foo%…}`
`${foo#…}`
`${foo##…}`
etc.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the bash string usage cheat sheet and reviewing its existing examples. Add examples covering the listed forms: `${foo:2}`, `${foo%…}`, `${foo#…}`, and `${foo##…}`. Done means these string operations are documented alongside the current examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100