HTML automatically generated with rman
Table of Contents

Name

tabsplit - split the input table file into two tables

Synopsis

tabsplit in=table_file listin=table_file out1=table-file out2=table-file

Description

tabsplit selects lines in the in file whose line number is included in the listin file, abd stores them in out1 file. The lines that are not selected are stored in out2 file.

Parameters

The following parameters are recognized in any order if the keyword is also given:
in=in-file
input table file, must be ASCII format [no default].
listin=in-file
input list file, must be ASCII format and each line must be made of one integer number. Numbers must be pre-sorted to asending order. [no default].
out1=out-file
output file 1. in the same format as in-file [no default].
out2=out-file
output file 2. in the same format as in-file [no default].

Author

Jun Makino

Update History


15-Dec-88    V1.0: Created    JM


Table of Contents