for i in `cat ~/bin/tiles_list` do echo $i | grep "^#" > /dev/null 2> /dev/null if [ $? != "0" ] then ssh -f $i '/home/pcss/bin/run_X' fi done