On Mon, 24 Jun 2002, Brian Ashe wrote: > Hello cana, > > Monday, June 24, 2002, 10:27:49 AM, you textually orated: > > cr> Is it possible to send keyboard command via an > cr> application ? (like "sendkeys" in Windows > cr> environnement) > cr> If it's possible, what is the command? > > I'm not familiar with "sendkeys", but perhaps "expect" will give you what > you need. "man expect" for details.
you can always simulate stdin input using a "here" document, as in: application <<EOF input line 1 input line 2 ... blah blah ... EOF will that do what you want? rday _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list