puntoblogspot
Technical stuff, mostly
miércoles, 5 de julio de 2017
TIL: awk > grep
Well, I already knew that awk > grep, but what I learned today is this little trick of "regex over a single field":
cat file.tsv | awk '$1 ~ /-01$/'
foo-01 bar
No hay comentarios:
Publicar un comentario
‹
›
Inicio
Ver versión web
No hay comentarios:
Publicar un comentario