blob: 834ca74191dbc1ad49af669b77d5ecf251c2875c [file] [log] [blame]
John Stultzaccad872017-07-06 13:56:07 -07001#
2# First step in looking for duplicate file GUIDs
3#
4# find . -name "*.inf" | \
5# xargs grep -H FILE_GUID | \
6# sed 's/^\(.*\):[ \t]*FILE_GUID[ \t]*=[ \t]*\([a-f.A-F.0-9.-]*\).*\r$/\2 \1/' | \
7# sort
8#