# find ./ -name test.cpp | xargs astyle --style=ansi --indent=spaces=4 -S -m0 -Y -f -H -U -p# find ./ -name TestTCheckDetectArea.cpp | xargs astyle --style=ansi --indent=spaces=4 -S -m0 -Y -f -H -U -p# find ./ -name TestTCheckAlm.cpp | xargs astyle --style=ansi --indent=spaces=4 -S -m0 -Y -f -H -U -p# find ./ -name '*.[c|h]' | xargs astyle --style=ansi --indent=spaces=4 -S -m0 -Y -f -H -U -p# rm *.orig.c/.h操作# find ../ -name '*.[c|h]' | grep -v ./gtest-1.7.0