update diag tool to handle duplicate entries

This commit is contained in:
Gordon Williams 2018-09-26 16:31:17 +01:00
parent 9387f9c34a
commit e6f9712173

View File

@ -10,4 +10,4 @@ then
exit 1
fi
grep "^0[08]...... [^<]" $1 | sort --key=4
grep "^0[08]...... [^<]" $1 | sort -u -k1,1 | sort --key=4