Skip to content
Snippets Groups Projects
Commit a8d7de4f authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Also sort on field 2

parent 8cddda47
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ done
# Sort the edge list for easier comparison between runs:
export LC_NUMERIC=C # for the sort command
sort --key=1,1 --numeric-sort --output=edgelist.csv edgelist_unsorted.csv
sort --key=1,1 --key=2,2 --numeric-sort --output=edgelist.csv \
edgelist_unsorted.csv
rm edgelist_unsorted.csv
echo "Created files \"edgelist.csv\", \"isolated_nodes.txt\" and " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment