clang *.c !(error.c)
clang `find . -name "*.c" -not -name "error.c"`
(edited).
in the beginningtr '\n' ' '
is uselessabcpp
hfs.cpp
xargs
has no problems with line breaksxargs
does have problems with quotes that you hand to it, @Learath2mv error.c error.t && clang *.c && mv error.t error.c
/r
was never a good ideagit commit --amend
git push origin +master
Merge branch xyz into abc
Revert "Foo bar"
mkdir build;cd build;cmake ..;cmake --build .