mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 09:32:58 +00:00
bfc366decc
Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done