#!/bin/sh cat user.txt | while read line do echo -n "All OK" `date` > /home/51cto/result.txt done
11 11 * * * sh /home/51cto/tmp.sh