Skip to content

Column command usage #28

@jwadolowski

Description

@jwadolowski

Hey,

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

  • cqapi
  • cqjcr
  • cqls
  • cqosgi
  • cqwfl

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

  • -x - manpage says "fill columns before filling rows" but it seems to be totally ignored when consuming stdin output. Some example can be found here
  • -t - no remarks at all as it is necessary. It also seems to defeat the purpose of -x and -c X params
  • -c X - manpage says "output is formatted for a display columns wide", so if I understand that correctly in other words it means "align the output to a display that is X column (character) wide". Sometimes as X you use rather low number, i.e. 6 in cqls, so it does not make any sense to me.
  • -s X - definition of a separator character, used properly in my opinion

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions