![]() Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
drivers | ||
drivers_resampler | ||
audio_driver.c | ||
audio_driver.h | ||
audio_thread_wrapper.c | ||
audio_thread_wrapper.h | ||
librsound.c |
![]() Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
drivers | ||
drivers_resampler | ||
audio_driver.c | ||
audio_driver.h | ||
audio_thread_wrapper.c | ||
audio_thread_wrapper.h | ||
librsound.c |