![]() Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
LICENSE | ||
Makefile | ||
image_core.c | ||
internal_cores.h |
![]() Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
LICENSE | ||
Makefile | ||
image_core.c | ||
internal_cores.h |