henfiber / stdlib_awk

Library functions for awk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful Libraries for awk

  • The most useful functions are the scheduling ones defined in scheduler.awk which may be used to build a mini-cron service with milli-second precision.

Usage

Include the libraries in your awk program using -f, -i or @include (gawk)

Copyright and License

Copyright 2014-2017 Ilias Kotinas

This code is licensed under the Apache License 2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Third-party software

This program includes code from ftp://ftp.armory.com/pub/lib/awk/PrioQueue (Public domain).

About

Library functions for awk

License:Apache License 2.0


Languages

Language:Awk 89.9%Language:Shell 10.1%