Home | History | Annotate | Download | only in uefi-tools
      1 #
      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 #
      9