Télécharger la liste

Description du projet

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.

Système requise

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

Correction d'un bug dans l'élimination des sous-répertoires dans un répertoire temporaire. Améliorations pour 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'utilise pas (3) plus pour supprimer le répertoire temporaire. La fonction print_help() a été déplacé depuis le module de power_getopt.awk à 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

Cette version ajoute runawk_modules.3 où tous les modules sont documentés, désapprouve les options longues, supprime le -i - options et je comprend des pages de manuel dans l'archive de distribution pod2man n'est pas nécessaire pour la construction.
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

Le chemin d'accès à l'interpréteur d'awk est détectée à la compilation (non codé en dur /usr/bin/awk). Cette version corrige runawk sur, par exemple, le haïku. Corrections mineures dans la documentation. Nettoyages et des améliorations dans le système de génération.
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

Dans exitnow.awk, la fonction exitnow(status) termine maintenant l'exécution du script sans exécution fin articles même si statut == 0. Le nouveau io.awk module comprend les fonctions is_ {fichier dir, exec, socket, fifo, blockdev, chardev, lien symbolique}, file_size et file_type. tokenre.awk a la splitre0() de fonction nouvelle.
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