mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-04-01 14:21:57 +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