Changeset 643 in tmcsimulator for trunk/webapps/mergelogs.bash
- Timestamp:
- 03/15/2021 04:53:11 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/webapps/mergelogs.bash (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/mergelogs.bash
r638 r643 14 14 # then sort them by timestamp (reverse chronological). 15 15 # 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.csv16 cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/evalratings.csv $dir/LCSlogfile.txt | sort > $dir/unifiedlog_final.csv 17 17 18 18 # 4. Next, launch the webserver and browse to localhost:8080/unifiedlogdisplay.html
Note: See TracChangeset
for help on using the changeset viewer.
