I found this example usage of xargs: find . -name ‘*.c’ | xargs grep ‘stdlib.h’
Why not just pipe to grep?
Friday December 18, 2015
I found this example usage of xargs: find . -name ‘*.c’ | xargs grep ‘stdlib.h’
Why not just pipe to grep?
Friday December 18, 2015