Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 9
and
Version 10
of
CPTMS
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
46
46
Sort the result
47
47
{{{
48
sort -
n
d12_vds_uniq_prepped.csv > d12_vds_uniq_sorted_prepped.csv
48
sort -
k1n -k2,2 -k3,3g
d12_vds_uniq_prepped.csv > d12_vds_uniq_sorted_prepped.csv
49
49
}}}
50
50
Run the csv to json converter: