mirror of
https://github.com/libretro/libretro-database
synced 2025-02-06 21:29:53 +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 {} \; ```