]> mj.ucw.cz Git - xsv.git/blob - README
README: Suggestions etc.
[xsv.git] / README
1 ================================================================================
2
3                    XSV -- Swiss-Army Knife for CSV-Like Files
4
5                        (c) 2012 Martin Mares <mj@ucw.cz>
6
7        You can use and distribute this program under the terms of GPLv2.
8
9 ================================================================================
10
11 This is a tool for processing column-oriented text files. It handles several
12 formats of files including CSV, fields with fixed delimiters, fields separated
13 by arbitrary whitespace, regex matching, formatting of tables and so on.
14
15 See the man page for full description.
16
17 The program has been tested on Linux, but it should run on an arbitrary POSIX
18 system with a C99 compiler. (It is possible that some GNUisms remain in the code,
19 but they should be easy to fix if needed.) Building of documentation requires
20 AsciiDoc (any reasonably recent version should work).
21
22 Use "make" to build and "make tests" to run the test suite.
23
24 All bug reports and suggestions are welcome, especially when accompanied by patches.