mirror of
https://github.com/libretro/libretro-database
synced 2025-03-14 07:47:36 +00:00
``` find . -type f -name '*.dat' -exec sed -E -e 's@crc ([a-zA-Z0-9]+) @crc \U\1 @' -i {} \; ```
``` find . -type f -name '*.dat' -exec sed -E -e 's@crc ([a-zA-Z0-9]+) @crc \U\1 @' -i {} \; ```