echo $CMD | at now +1 minute > /tmp/send.cron 2>&1
From what I can tell it's taking the command defined in $CMD and sending it to a cron job.. my guess is that it's adding 1 minute to now for the command to fire off. But what does the 2>$1 mean? If I'm way off here, jump in!
-----signature-----
Keep in mind almost everything I said here on these forums has come true exactly as I said and I was laughed at and insulted,
as usual. --Xalaten
as usual. --Xalaten



is used as a prefix to indicate that the "1" is a file descriptor rather than a file name.