Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
device
/
linaro
/
hikey960
/
0cc239c349793f320d00382fcde75558b398af6e
/
.
/
uefi-tools
/
handy-snippets.sh
blob: 834ca74191dbc1ad49af669b77d5ecf251c2875c [
file
] [
log
] [
blame
]
#
# First step in looking for duplicate file GUIDs
#
# find . -name "*.inf" | \
# xargs grep -H FILE_GUID | \
# sed 's/^\(.*\):[ \t]*FILE_GUID[ \t]*=[ \t]*\([a-f.A-F.0-9.-]*\).*\r$/\2 \1/' | \
# sort
#