alecthomas / alecthomas/pawk

I made some improvements

Abierto
#26 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
523
Forks
32
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hi!

Love having the power of power of python with the convenience of awk, thanks for the great work!

I did miss the ability of awk to match against specific columns, so I altered pawk.py to enable this:

`pawk 'f[0] ~ // '`

now matches the pattern against the first column

I also added an option -R to read a file instead of reading from stdin (or overwriting the file if using -I) - apart from being used on its own it is also a good "preview" of changes before running with -I

I also updated the tests and added a test for parsing commands with columns.

Feel free to include my changes in your project (or if you prefer you can make a feature branch and add me with write access to that branch and I'll serve you a finished PR-merge request)

[pawk.py](https://github.com/user-attachments/files/24037910/pawk.py)
[pawk_test.py](https://github.com/user-attachments/files/24037480/pawk_test.py)

Tor

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.