1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# AWK
> [AWK][awk] scripts.
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
<section class="intro">
The [AWK][awk] programming language is a data-driven scripting language consisting of a set of actions to be performed against streams of textual data.
This directory is intended as a common location for storing [AWK][awk] scripts which are used in project tooling. Scripts may be used for a variety of data processing tasks, including the computation of simple statistics over text streams.
</section>
<!-- /.intro -->
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
<section class="links">
[awk]: https://en.wikipedia.org/wiki/AWK
</section>
<!-- /.links -->
|