Changes between Version 9 and Version 10 of CPTMS


Ignore:
Timestamp:
12/30/2019 05:04:21 AM (6 years ago)
Author:
jdalbey
Comment:

Correct defective sort command parameters

Legend:

Unmodified
Added
Removed
Modified
  • CPTMS

    v9 v10  
    4646Sort the result 
    4747{{{ 
    48 sort -n d12_vds_uniq_prepped.csv > d12_vds_uniq_sorted_prepped.csv 
     48sort -k1n -k2,2 -k3,3g d12_vds_uniq_prepped.csv > d12_vds_uniq_sorted_prepped.csv 
    4949}}} 
    5050Run the csv to json converter: