[GRASS-dev] GRASS 7 development started
Wolf Bergenheim
wolf+grass at bergenheim.net
Tue Apr 29 13:16:26 EDT 2008
On 29.04.2008 19:48, Glynn Clements wrote:
> Once the final style is decided, it would be better for the change to
> be committed by someone with reasonable upload bandwidth, given that
> it's likely to affect the majority of C source files.
>
> Running indent on the entire source tree amounts to:
>
> find . -type f -name '*.c' | xargs indent <options>
>
find also has the nice -exec switch, which will allow you to have find
exec indent. It's probably a bit faster.
find . -type f -name '*.c' -exec indent <options> {} \;
I can do that, I have a 10 Mb connection.
--Wolf
--
<:3 )---- Wolf Bergenheim ----( 8:>
More information about the grass-dev
mailing list