Skip to content

rabestro/exercism-solutions-awk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f741e86 · Apr 7, 2025
Mar 25, 2024
Mar 27, 2024
Mar 28, 2024
Mar 28, 2024
Mar 28, 2024
Mar 29, 2024
Mar 29, 2024
Mar 29, 2024
Apr 11, 2024
Mar 29, 2024
Jan 20, 2025
Mar 24, 2024
Apr 12, 2024
Apr 11, 2024
Apr 12, 2024
Apr 5, 2024
Mar 24, 2024
Mar 29, 2024
Apr 11, 2024
Mar 24, 2024
Apr 11, 2024
Jan 22, 2025
Apr 11, 2024
Apr 12, 2024
Apr 13, 2024
Apr 12, 2024
Apr 13, 2024
Apr 13, 2024
Apr 13, 2024
Apr 12, 2024
Apr 13, 2024
Apr 24, 2024
Apr 24, 2024
Apr 21, 2024
Apr 21, 2024
Apr 20, 2024
Apr 14, 2024
Apr 14, 2024
Apr 13, 2024
Mar 25, 2024
Feb 3, 2025
Mar 31, 2024
Mar 31, 2024
Mar 31, 2024
Jan 13, 2025
Jul 4, 2024
Mar 31, 2024
Sep 17, 2024
Mar 31, 2024
Mar 31, 2024
Mar 31, 2024
Apr 14, 2024
Mar 31, 2024
Apr 5, 2024
Apr 1, 2024
Apr 1, 2024
Apr 1, 2024
Apr 1, 2024
Apr 2, 2024
Apr 13, 2024
Apr 2, 2024
Apr 2, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 4, 2024
Apr 4, 2024
Apr 4, 2024
Feb 3, 2025
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 6, 2024
Apr 6, 2024
Apr 6, 2024
Jan 24, 2025
Apr 11, 2024
Feb 1, 2025
Mar 23, 2024
Apr 6, 2024
Mar 24, 2024

Repository files navigation

AWK Solutions for Exercism

Description

This 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.

Please 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.

As a contributor to the AWK track on Exercism, I'm the author of two exercises:

Installation

To run these solutions locally, you'll need to install Gnu AWK and Bats.

  • For Gnu AWK, you can typically find it preinstalled on Unix-like operating systems. For Windows, you can install it through Cygwin. Make sure you're using Gnu AWK, as these solutions may not work on older versions of AWK.
  • For Bats, you can find installation instructions on the Bats GitHub page.

Usage

To run a solution, navigate to its directory and run the AWK script with the awk -f command. For example:

awk -f solution.awk

Contributing

Feedback 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.

License

This project is licensed under the MIT License. See the LICENSE file for details.