![]() Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
dir_list.c | ||
file_list.c | ||
string_list.c | ||
vector_list.c |
![]() Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
dir_list.c | ||
file_list.c | ||
string_list.c | ||
vector_list.c |