parallel: --(n)onall and --sshdelay fixed.
[parallel.git] / testsuite / tests-to-run / parallel-local164.sh
blob7b4cba51a90c984200bdefd3bf0f93de12d780f5
1 #!/bin/bash
3 # -L1 will join lines ending in ' '
4 cat <<'EOF' | sed -e 's/;$/; /;s/$SERVER1/'$SERVER1'/;s/$SERVER2/'$SERVER2'/' | stdout parallel -vj0 -k --joblog /tmp/jl-`basename $0` -L1 -r
6 echo "### test08"
7 cd input-files/test08;
8 ls | parallel -q perl -ne '/_PRE (\d+)/ and $p=$1; /hatchname> (\d+)/ and $1!=$p and print $ARGV,"\n"' | sort
9 EOF