![]() Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
net_compat.c | ||
net_http.c | ||
net_http_parse.c | ||
net_ifinfo.c | ||
net_natt.c | ||
net_socket.c | ||
net_socket_ssl.c |
![]() Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
net_compat.c | ||
net_http.c | ||
net_http_parse.c | ||
net_ifinfo.c | ||
net_natt.c | ||
net_socket.c | ||
net_socket_ssl.c |