Skip to content

Releases: johnmorrow/pk

Include tests in tarball

31 Jul 15:08
Compare
Choose a tag to compare
  • Tests now included in dist tarball for "make test"
  • Test script now runs on Mac OS X

Range bug fix and Mac OS X fix

26 Jul 18:03
Compare
Choose a tag to compare
  • Fixed bugs parsing some ranges.
  • Added getline implementation using fgetln to hopefully fix Mac OS X 10.6.8 compilation.

pk - Initial release

25 Jul 19:56
Compare
Choose a tag to compare

pk is a command line utility for easily extracting columns from text.

Initial version supports:

  • variable delimiters
  • fixed file formats
  • CSV
  • quoted fields
  • escaped delimiters