{"id":18700873,"url":"https://github.com/rabestro/exercism-solutions-awk","last_synced_at":"2025-11-08T22:30:42.175Z","repository":{"id":229375048,"uuid":"776561427","full_name":"rabestro/exercism-solutions-awk","owner":"rabestro","description":"Solutions for the AWK track","archived":false,"fork":false,"pushed_at":"2025-02-01T20:48:57.000Z","size":323,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T21:33:35.618Z","etag":null,"topics":["awk","awk-lang","awk-language","awk-script","exercise-solutions","exercism","exercism-solutions"],"latest_commit_sha":null,"homepage":"https://exercism.org/tracks/awk","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabestro.png","metadata":{"files":{"readme":"README.md","changelog":"change/README.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-23T21:03:16.000Z","updated_at":"2025-01-24T13:50:03.000Z","dependencies_parsed_at":"2024-04-24T11:44:13.000Z","dependency_job_id":"d29caaa0-f6fe-4f5d-b3f0-cc4cc0258813","html_url":"https://github.com/rabestro/exercism-solutions-awk","commit_stats":null,"previous_names":["rabestro/exercism-solutions-awk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fexercism-solutions-awk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fexercism-solutions-awk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fexercism-solutions-awk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fexercism-solutions-awk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabestro","download_url":"https://codeload.github.com/rabestro/exercism-solutions-awk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239565650,"owners_count":19660154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awk","awk-lang","awk-language","awk-script","exercise-solutions","exercism","exercism-solutions"],"created_at":"2024-11-07T11:39:38.694Z","updated_at":"2025-11-08T22:30:42.127Z","avatar_url":"https://github.com/rabestro.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWK Solutions for Exercism\n\n## Description\n\nThis repository contains my solutions for Exercism exercises, written in Gnu AWK. Each solution is in its own folder, which includes the AWK script for the solution, a test file in Bats, and a README with the exercise description.\n\nPlease note that these solutions are tested on Gnu AWK and may not work on older versions of AWK. Some solutions may require additional variables to be set via the `-v` key. You can check the tests for each solution to see the correct command to use.\n\nAs a contributor to the AWK track on Exercism, I'm the author of two exercises:\n\n- [Automated readability index](https://exercism.org/tracks/awk/exercises/automated-readability-index)\n- [Mazy Mice](https://exercism.org/tracks/awk/exercises/mazy-mice)\n\n## Installation\n\nTo run these solutions locally, you'll need to install Gnu AWK and Bats.\n\n- For Gnu AWK, you can typically find it preinstalled on Unix-like operating systems. For Windows, you can install it through [Cygwin](https://www.cygwin.com/). Make sure you're using Gnu AWK, as these solutions may not work on older versions of AWK.\n- For Bats, you can find installation instructions on the [Bats GitHub page](https://github.com/bats-core/bats-core#installation).\n\n## Usage\n\nTo run a solution, navigate to its directory and run the AWK script with the `awk -f` command. For example:\n\n```bash\nawk -f solution.awk\n```\n\n## Contributing\n\nFeedback and suggestions are welcome. If you have an idea for how to improve a solution, feel free to open an issue or a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabestro%2Fexercism-solutions-awk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabestro%2Fexercism-solutions-awk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabestro%2Fexercism-solutions-awk/lists"}