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.

2011-10-10 06:48
1.3.2

Tableaux internes est maintenant déplacés automatiquement. Corrections de cette utilisation de runawk(1) en combinaison avec xargs(1), p. ex., cat files.txt | xargs runawk -e «... ».
Internal arrays are now relocated automatically. This fixes use of runawk(1) in combination with xargs(1), e.g., cat files.txt | xargs runawk -e '...'.

2011-01-05 06:37
1.3.0

Un correctif pour un message d'avertissement du compilateur Intel C. Un correctif pour le shquote function () à partir de modules / shquote.awk. Le code source du projet a été réorganisé, ce qui permet une installation facile du tout sous-projet: exemples, des modules, runawk, alt_getopt, et doc (TODO, fichiers README, etc.)
A fix for an Intel C compiler warning message. A fix for the function shquote() from modules/shquote.awk. The source code of the project has been reorganized, thus allowing an easy installation of any subproject: examples, modules, runawk, alt_getopt, and doc (TODO, README, etc. files).

2010-10-23 14:48
1.2.0

Le système de construction a été changé à partir de fichiers de BSD à mk mk-configurer. Nouveau "heapsort_fields" et "heapsort0" fonctions ont été ajoutées au module heapsort.awk. Un "splitre" fonction a été ajoutée à tokenre.awk.
The build system has been changed from BSD mk files to mk-configure. New "heapsort_fields" and "heapsort0" functions were added to the heapsort.awk module. A "splitre" function was added to tokenre.awk.

2010-10-07 13:39
1.1.0

Une option-F a été ajouté. Nouveau ord.awwas ftrans_in.awk, et des modules glob.awk ont été inclus. Une nouvelle alt_getopt exécutable a été inclus pour l'analyse des options à court et à long terme dans les scripts shell. Nouveau Min3, min4, min5, min_key, MIN_VALUE, et key_of_min_value (min.awk), et max3, Max4, max5, max_key, MAX_VALUE, et key_of_max_value (max.awk) fonctions ont été fournis. De nouveaux échantillons ont été ajoutés: exemples / demo_minmax, examples/demo_tokenre3, exemples / demo_ftrans, exemples / demo_glob *. Une nouvelle fonctionnalité a été ajoutée en multisub.awk. améliorations mineures ont été apportées dans la procédure d'installation.
A -F option was added. New ord.awwas ftrans_in.awk, and glob.awk modules were included. A new alt_getopt executable was included for parsing short and long options in shell scripts. New min3, min4, min5, min_key, min_value, and key_of_min_value (min.awk), and max3, max4, max5, max_key, max_value, and key_of_max_value (max.awk) functions were provided. New samples were added: examples/demo_minmax, examples/demo_tokenre3, examples/demo_ftrans, examples/demo_glob*. A new feature was added in multisub.awk. Minor improvements were made in the installation procedure.

2010-09-06 00:50
1.0.0

Fonctions ont été ajoutées pour le tri des indices de hachages: heapsort_indices, quicksort_indices, et sort_indices. Le module a été ajouté ini.awk pour la lecture. Ini.
Functions were added for sorting indices of hashes: heapsort_indices, quicksort_indices, and sort_indices. The ini.awk module was added for reading .ini files.

Project Resources