mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
update diag tool to handle duplicate entries
This commit is contained in:
parent
9387f9c34a
commit
e6f9712173
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user