> From: [email protected] [mailto:[email protected]] On Behalf Of 
> stephen goldman
> Sent: Thursday, January 20, 2011 2:02 PM


>    How can I add  mail -s "tape job complete" [email protected] 

> Typical job

> tar -cvf /dev/nst0 101201_80W2Y_236F.tgz > tape94a &

This might work:

$> (tar -cvf /dev/nst0 101201_80W2Y_236F.tgz > tape94a ; mail -s "tape job 
complete" [email protected]) &

-Nilanjan


_______________________________________________
Discuss mailing list
[email protected]
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to