Download List

Projeto Descrição

runawk is a small wrapper for the AWK interpreter that helps one write standalone AWK scripts. Its main feature is to provide a module/library system for AWK which is somewhat similar to Perl's "use" command. It also allows one to select a preferred AWK interpreter and to set up the environment for AWK scripts. Dozens of ready for use modules.awk are also provided.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-11-19 04:24
1.4.4

Foi corrigido um bug na remoção de subdiretórios em um diretório temporário. Melhorias para runawk_modules.3.
A bug in removing subdirectories in a temporary directory was fixed. Improvements for runawk_modules.3.

2012-09-11 07:46
1.4.3

paexec(1) não supramencionada mais usar para remover o diretório temporário. A função print_help() foi transferido do módulo de power_getopt.awk para init_getopt.awk.
paexec(1) doesn't use system(3) anymore for removing the temporary directory. The function print_help() was moved from the power_getopt.awk module to init_getopt.awk.

2012-08-20 09:11
1.4.2

Esta versão adiciona runawk_modules.3 onde todos os módulos estão documentados, reprova opções longas, remove o -i - opções e inclui páginas no tarball distribuição então pod2man não é necessária para a construção.
This release adds runawk_modules.3 where all modules are documented, deprecates long options, removes the -i and -I options, and includes man pages in the distribution tarball so pod2man is not needed for building.

2012-07-23 01:24
1.4.1

O caminho para o interpretador awk é detectado em tempo de compilação (não codificado /usr/bin/awk). Isso corrige runawk sobre, por exemplo, o Haiku. Pequenas correções na documentação. Limpezas e melhorias no sistema de compilação.
The path to the awk interpreter is detected at build time (not hardcoded /usr/bin/awk). This fixes runawk on, for example, Haiku. Minor fixes in the documentation. Clean-ups and improvements in the build system.

2011-12-03 09:08
1.4.0

Em exitnow.awk, a função exitnow(status) agora termina a execução do script sem execução final seções mesmo se status = = 0. O novo módulo io.awk inclui as funções is_ {arquivo, dir, exec, soquete, fifo, blockdev, chardev, link simbólico}, file_size e file_type. tokenre.awk tem a nova função splitre0().
In exitnow.awk, the exitnow(status) function now finishes the execution of the script without running END sections even if status == 0. The new module io.awk includes the functions is_{file,dir,exec,socket,fifo,blockdev,chardev,symlink}, file_size, and file_type. tokenre.awk has the new function splitre0().

Project Resources