Changeset 643 in tmcsimulator for trunk/webapps/mergelogs.bash


Ignore:
Timestamp:
03/15/2021 04:53:11 PM (5 years ago)
Author:
jdalbey
Message:

displayutils.js Add a parameter to indicate if output should be ascending or descending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/mergelogs.bash

    r638 r643  
    1414# then sort them by timestamp (reverse chronological).   
    1515# Final result placed in "unifiedlog_final.csv" 
    16 cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/evalratings.csv ../../../web2py/samplelogfile.txt | sort > $dir/unifiedlog_final.csv 
     16cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/evalratings.csv $dir/LCSlogfile.txt | sort > $dir/unifiedlog_final.csv 
    1717 
    1818# 4. Next, launch the webserver and browse to localhost:8080/unifiedlogdisplay.html  
Note: See TracChangeset for help on using the changeset viewer.