manyawk:GNU AWK库

时间:2024-05-30 12:33:01
【文件属性】:

文件名称:manyawk:GNU AWK库

文件大小:13KB

文件格式:ZIP

更新时间:2024-05-30 12:33:01

Awk

许多AWK :monkey: manyawk是AWK库,它提供许多全面的AWK实用程序功能。 描述 这个manyawk库结构受结构的启发。 安装 要获得manyawk: $ git clone https://github.com/b4b4r07/manyawk 然后,在使用manyawk时,需要将AWKPATH环境变量设置为此库目录的根目录。 $ export AWKPATH=/path/to/manyawk # this library 用法 您必须从要使用的manyawk加载模块,并将@include "module/module.awk"到awk脚本中。 #!/usr/bin/env gawk -f @include " math/similarity.awk " BEGIN { printf ( " %f% \n " , similarity( ARGV [ 1 ]


【文件预览】:
manyawk-master
----.travis.yml(118B)
----path()
--------filepath.awk(813B)
--------path_test.awk(536B)
----log()
--------print.awk(620B)
----array()
--------array.awk(1KB)
--------array_test.awk(1KB)
----testing()
--------testing.awk(243B)
----strings()
--------prefix.awk(454B)
--------eval.awk(161B)
--------capitalize.awk(111B)
--------strings_test.awk(937B)
--------rindex.awk(314B)
--------leven.awk(785B)
----fmt()
--------print.awk(2KB)
----sort()
--------reverse.awk(237B)
--------heapsort.awk(1KB)
--------insertion_sort.awk(374B)
--------sort_test.awk(1KB)
----math()
--------is_num.awk(91B)
--------expr.awk(596B)
--------math_test.awk(913B)
--------abs.awk(86B)
--------dim.awk(384B)
--------pow.awk(88B)
--------similarity.awk(247B)
----.gitignore(7B)
----Makefile(271B)
----README.md(2KB)
----time()
--------time_test.awk(269B)
--------time.awk(72B)

网友评论