data_strip
Updated: Nov 28, 2018

Separate the header and table sections of a table file using the "# data" marker. Up to three files will be created:


   data_strip.header  = all lines prior to and including the "# data" line
   data_strip.table   = all lines after the "# data" line 
   data_strip.out     =  Y,N,E  (Yes there is a data line, No there is not a data line, Error) 

If no "# data" line is in the input file, then no "data_strip.table" file is created.


% data_strip --help 

Usage: data_strip dat.0 
arg1 - name of data file (might have "# data" header)


Using the "--help" flag you can see some long-winded examples.




Back