Documentation read from 04/17/2019 22:07:27 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_roles_to_subsys.

svr_roles_to_subsys

svr_roles_to_subsys

Extend a set of roles to include the subsystems and category data

Introduction

Examples:

    svr_roles_to_subsys -all < table.with.roles.as.last.column > extended.table
        extend to all subsystems, including cluster-based (defaults to just usable, non-cluster-based)

    svr_roles_to_subsys -c 2 -aux < table.with.roles.as.last.column > extended.table
        extend from roles in column 2 to usable, non-cluster-based subsys including thoise in which 
        the role is auxiliary

Command-Line Arguments

The program is invoked using

    svr_role_to_subsys [-all] [-aux] [-c Column] < table.with.role.column > with.3.more.columns
-all

Use all subsystems, including experimental and cluster-based [default is only usable, non-cluster-based]

-aux

Include subsystemns in which the role is auxiliary [default is to ignore auxiliary roles]

-c=Column

Specifies the column in the input table that is believed to contain the role.

Output

A table with 2 added columnns (subsystem, comma-delimited list of categories). Lines in the incoming table that do not match are written to STDERR.