1 2 3 4 5 6 7
#!/bin/sh for i in $(seq 100); do echo $2$i.leaf done \ |xargs redo-ifchange sleep 1 date +%s