acfr / comma

generic c++ libraries
Other
27 stars 16 forks source link

csv-shuffle: cut doesn't work #24

Closed junderwood closed 11 years ago

junderwood commented 11 years ago

echo 1,2,3,4 | csv-shuffle --fields=one,two,three,four --output-fields=one,two 1,2,3,4

The other variants seem to work though.

j.underwood@gumtree ~/data/apples/2013-03-apple-farm/shrimp/processed $ echo 1,2,3,4 | csv-shuffle --fields=one,two,three,four --output-fields=one,two,four,one 1,2,4,1

vlaskine commented 11 years ago

hm... works on my machine...

echo 1,2,3,4 | csv-shuffle --fields=one,two,three,four --output-fields=one,two 1,2

have you done git pull recently?

junderwood commented 11 years ago

Sorry - latest ver works.