wttech / CQ-Unix-Toolkit

CQ Unix Toolkit
46 stars 23 forks source link

Column command usage #28

Open jwadolowski opened 9 years ago

jwadolowski commented 9 years ago

Hey,

I was wondering what was the reasoning behind column command flags used in the following tools:

Every single time the following flags/params are passed on the the column utility:

Could you please explain it a little bit better? I tested CQ Unix Toolkit just on Linux boxes and some of these flags seems to be redundant (didn't test modified version thoroughly though). On the other hand it might be quite crucial for other platforms.

Thanks, Kuba

kitarek commented 9 years ago

Yes - there are problems running column in FreeBSD. There some differences but I'm still not sure if we need all the switches. I would like to implement pretty and machine printing in the cqapi and replace all other implementation by single cqapi call and thus reducing implementation.

In this case we can check if it works properly on different *nix systems with minimal subset of flags.