mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-04 16:07:24 +00:00

Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done
Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done