Example 2. Append a new column to the data with 4 digit year and 2-digit day as the new field. e.g. xtsubstr -f Date:year_day -R 1_4,7_8 -i dat.xt -o rsl.xt Output file -rsl.xt
Example 3. Append a new column to the data with 2 digit month and 2-digit day as the new field. e.g. xtsubstr -f Date:month_day -R 5_MAX -A -i dat.xt -o rsl.xt Output file -rsl.xt