NAME

xcoll - Formats and consolidates the output of the psh command.


SYNOPSIS

xcoll


DESCRIPTION

The xcoll command formats and consolidates output from the psh command. The xcoll command takes, as input, lines in the following format:

host_name: line of output from remote command

The xcoll command formats the lines as follows and writes them to standard output. Assume that the output from node3 and node4 is identical:

 ====================================
 node1
 ====================================
 .
 .
 lines from psh for node1 with hostnames stripped off
 .
 .
 ====================================
 node2
 ====================================
 .
 .
 lines from psh for node2 with hostnames stripped off
 .
 .
 ====================================
 node3, node4
 ====================================
 .
 .
 lines from psh for node 3 with hostnames stripped off
 .
 .


EXAMPLES


SEE ALSO

psh(1), xdshbak(1)