================================================================================

		   XSV -- Swiss-Army Knife for CSV-Like Files

		    (c) 2012--2013 Martin Mares <mj@ucw.cz>

       You can use and distribute this program under the terms of GPLv2.

================================================================================

This is a tool for processing column-oriented text files. It handles several
formats of files including CSV, fields with fixed delimiters, fields separated
by arbitrary whitespace, regex matching, formatting of tables and so on.

Compilation instructions:

  o  Use "make" to build the tool (xsv) and its manual page (xsv.1).

  o  Use "make tests" to run the testsuite.

  o  Use "make install" to install the package to /usr/local/
     (or anywhere else if you override PREFIX).

The program has been tested on Linux, but it should run on an arbitrary POSIX
system with a C99 compiler and the PCRE library. Building of the manual page
requires AsciiDoc (any reasonably recent version should work).

All bug reports and suggestions are welcome, especially when accompanied by patches.
