Open jakobkroeker opened 10 years ago
make parallel build work
syntax example for gnu parallel with grep: (files A,B,C,D)
echo A B C D | xargs -n 1 | parallel --gnu 'if grep --quiet "CacheExampleOutput => true" {}; then echo "yes"; else echo "no"; fi;'
make parallel build work
syntax example for gnu parallel with grep: (files A,B,C,D)