

clang *.c !(error.c)
clang `find . -name "*.c" -not -name "error.c"` (edited)



. in the beginning

tr '\n' ' ' is uselessabcpphfs.cpp


xargs has no problems with line breaks

xargs does have problems with quotes that you hand to it, @Learath2







mv error.c error.t && clang *.c && mv error.t error.c







/r was never a good idea














git commit --amend




git push origin +master

Merge branch xyz into abc

Revert "Foo bar"



mkdir build;cd build;cmake ..;cmake --build .





















