Skip to content

henfiber/stdlib_awk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published