Changeset 637 in tmcsimulator for trunk/webapps/mergelogs.bash
- Timestamp:
- 03/08/2021 01:19:13 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/webapps/mergelogs.bash (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/mergelogs.bash
r631 r637 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/ ratings.csv | sort > $dir/unifiedlog_final.csv16 cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/evalratings.csv | 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.
