#!/bin/ksh # drive the sieve_to_shell_steps.pl routine to produce shell sort step arrays at various # proportional spacings, the second input to this routine. for i in 2 ; do for j in 0 1 2 3 4 5 6 7 8 9 ; do for k in 0 1 2 3 4 5 6 7 8 9 ; do for l in 0 5 ; do print -u2 "1.${i}${j}${k}${l}" print "1.${i}${j}${k}${l}" sieve_to_shell_steps.pl 2000 1.${i}${j}${k}${l} done done done done > /tmp/kpd.logs