Changes between Version 4 and Version 5 of CPTMS


Ignore:
Timestamp:
02/28/2019 08:59:18 AM (7 years ago)
Author:
jdalbey
Comment:

fix filename

Legend:

Unmodified
Added
Removed
Modified
  • CPTMS

    v4 v5  
    6464 
    6565{{{ 
    66 cut -f1-6 -d"," d12_postmile_prepped.csv > postmile_coords.txt 
     66cut -f1-6 -d"," d12_postmile_prepped.csv > postmile_coordinates.txt 
    6767}}} 
    68  
    6968Move postmile_coords.txt to the TMC config folder. 
    7069 
    7170{{{ 
    72 mv postmile_coords.txt trunk/config/vds_data 
     71mv postmile_coordinates.txt trunk/config/vds_data 
    7372}}} 
    74