/awk

Some example to use AWK: XML, comparing big files, ...

Primary LanguageAwkThe UnlicenseUnlicense

Awk scripting

Here is some awk-scripts.

I use awk to parse / handle /... big text files (ascii, csv, xml, ...).

Awk is so fast text file tool. Thanks: Aho, Weinberger and Kernighan. Latest addon is TCP/IP socket using like it has been in ksh93. I like this addon.

  • Compare - comparing files (new lines, changed lines, added lines, deleted lines)
  • Xml - How to parse Xml files, get some element value etc.
  • Csv - Parse csv and use column names like variables
  • [XmlParser] (https://github.com/chelabim/xmlparser) shell scripts, using xmllint

My Repo