bash
bash copied to clipboard
Exercism exercises in Bash.
More of a philosophical question than anything else. The bash course seems to be heavily focused on solving relatively generic programming problems but in bash. This is akin to what...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ To get your track ready for Exercism v3, the following needs...
This is not intended for merging at all, but rather it is intended to share ideas about how to convert our tests to library testing. That being said, if commits...
In Exercism v3, we're introducing a new (optional) tool: the [representer](https://github.com/exercism/docs/blob/main/building/tooling/representers/README.md). The goal of the representer is to take a solution and returning a representation, which is an extraction of...
In Exercism v3, we are making increased use of our v2 [analyzers](https://github.com/exercism/docs/blob/main/building/tooling/analyzers/README.md). Analyzers automatically assess student's submissions and provide mentor-style commentary. They can be used to catch common mistakes and/or...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ There are several new features in Exercism v3 for tracks to...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ In Exercism v3, each track must specify exactly six "key features"....
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...
so we dont have to read the bats file.... # pull request template --- Reviewer Resources: [Track Policies](https://github.com/exercism/bash/blob/master/POLICIES.md)
Given http://forum.exercism.org/t/bash-recovering-from-the-word-count-exercise/7210