hi,

On Tue, Jun 03, 2008 at 12:02:10PM -0400, Ethan Mallove wrote:
> I'm seeking an alternative to the "at" command. 

well .. do you need more than a shell ? I often launch a command on
some servers simply from the prompt: 

hosts=( {blue,red,white}.example.com )

for h ( $hosts ) ssh $h "echo hello from \`hostname\`"

regards

-- 
Marc Chantreux
BibLibre, expert en logiciels libres pour l'info-doc
http://biblibre.com


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to