#!/bin/sh for i in `seq 10 30`; do echo "allo programma: $i " sleep 1 done > /tmp/testpipe