Sunday, February 17, 2013

PAWK, a Python tool like AWK

http://pypi.python.org/pypi/pawk/0.3

pawk gives you some of the features of the AWK programming language (which is a powerful Unix tool), but in Python.




The pawk link above has some examples of awk commands and the equivalent pawk ones.

In some cases, the pawk commands are shorter - except for the p in pawk; heh, reminds me of the anecdote about the Unix creat system call :-)

No comments: