Path to this page:
Subject: CVS commit: pkgsrc/textproc/miller
From: Thomas Klausner
Date: 2015-09-21 15:25:38
Message id: 20150921132538.C01D198@cvs.netbsd.org
Log Message:
Update textproc/miller to 2.2.0:
Multi-character RS,FS,PS
You can process CRLF-terminated DKVP files with mlr --dkvp --rs
crlf.
You can process LF-terminated CSV files with mlr --csv --rs lf.
You can process TSV using mlr --fs tab; you can convert TSV to CSV
using mlr --ifs tab --ofs comma.
Along with many more possibilities.
Please see mlr -h for more information.
There is one minor, backward-incompatible change which I felt not
worth calling this 3.0.0: default field separator for NIDX format
is now space, not comma.
Files: