# HG changeset patch # User sem4j # Date 1380528515 14400 # Node ID b95b42b785cbad517ed267ae15754b75672a1fbd # Parent d316d1155e08863b08632022ed53eb8d18221b1b Uploaded diff -r d316d1155e08 -r b95b42b785cb editheader.xml --- a/editheader.xml Wed Sep 25 02:45:30 2013 -0400 +++ b/editheader.xml Mon Sep 30 04:08:35 2013 -0400 @@ -1,19 +1,33 @@ - editheader.sh "$header" $input_file $output_file $delete_flg + editheader.sh "$header" $input_file $output_file $replace - + - + -**What it does** + +**Header line** + +Use '\\t' to input tab. Example: + + col1\\tcol2\\tcol3 + +Or, copy and paste tab-delimited text (from Excel, etc.) + + col1 col2 col3 + +**Replace the first line** + +Check to replace the first line of the original file (= typically, the old header line) with the new header line. +