consolidate

Package: WA2L/edrc 1.5.57
Section: General Commands (1)
Updated: 15 August 2009
Index Return to Main Contents

 

NAME

consolidate - filter to consolidate unix file content

 

SYNOPSIS

edrc/bin/consolidate [ -h ]

consolidate structure

 

AVAILABILITY

WA2L/edrc

 

DESCRIPTION

filter to consolidate structured unix file content from multiple input.

After using the consolidate command, the output should be verified, to ensure it matches to the conventions in your environment.

 

OPTIONS

-h
usage message.

structure
data structure to consolidate:

services

internet network services list as known from the /etc/services file.

The consolidated output is sorted by the service number field and not by the service name.

See services(5) for more information.

 

ENVIRONMENT

-

 

EXIT STATUS

0
no error.

4
usage printed.

 

FILES

-

 

EXAMPLES

1) consolidate multiple services files

cat services.host1 services.host2 |\
  consolidate services > services.out

2) consolidate multiple services files using rcmd

rcmd -n -t host1,host2 -c "cat /etc/services" |\
  consolidate services > services.out

 

SEE ALSO

edrcintro(1), services(4), rcmd(1)

 

NOTES

-

 

BUGS

-

 

AUTHOR

consolidate was developed by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2009 Christian Walther

This is free software; see edrc/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
OPTIONS
ENVIRONMENT
EXIT STATUS
FILES
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:52:36 GMT, August 28, 2024