Skip to content
Snippets Groups Projects
Commit bec61609 authored by an7s's avatar an7s
Browse files

removed sort

Former-commit-id: e1a237c979a534d6094c6b81dc80e05b51d7d24f
parent dd53fcc8
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,8 @@ if [ -f $datapath/diagnostics.out ]; then
# make output more concise
# wc -l $datapath/diagnostics.out
sort $datapath/diagnostics.out | uniq > tmp.$$
# sort $datapath/diagnostics.out | uniq > tmp.$$
cat $datapath/diagnostics.out | uniq > tmp.$$
mv tmp.$$ $datapath/diagnostics.out
#echo "--------------------------------------------------------"
......
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