Kyle Keen

Results 22 comments of Kyle Keen

How is ec6693102 for you?

It sounds like your uses would be much better covered by `awk`. Awk is exceptional at dealing with CSV/TSV and processing records inside of lines. Clustering would be crudely possible....

gz-sort does not support UTF-8 at this time. It only supports `LANG=C`, which is a simple byte-wise sort. Proper UTF-8 sorting really slows things down too. I would probably merge...

Jshon is not really meant to be used that way. It is for safely extracting segments of json information. It can't do anything smart with the data. It passes off...

You are absolutely correct, but there does not seem to be a way to get this info out of the jansson library.

What is your use case? I'm guessing it can probably be done much faster and more simply by using `-a` instead.

Sure it can. Jshon can not read your mind, you have to drill down if you want to modify deeper levels. > jshon -e blort -d aaa -p Do you...

It looks possible. Certainly a lot easier than I thought. We should probably do it correctly, along these lines: http://www.linuxjournal.com/content/internationalizing-those-bash-scripts

Good news, the missing line return was fixed eons ago. Better news, the --ignore switch works again. Please test the latest HEAD.