Imbed spaces in uucp login sequence? SOLUTION!
Andy Meyer
ahm at rick.att.com
Wed Oct 24 02:08:32 AEST 1990
In article <370 at rick.att.com> ahm at rick.att.com (Andy Meyer) writes:
>
> I need to send a two word command as part of a uucp login sequence.
> How do I prevent the imbedded space from being interpreted as the
> signal to switch from SEND to EXPECT?
It seems either \s or \040 will do the trick, viz:
oogie Any ACU 1200 5551212 "" \d\r d> c\040oogie ogin: floyd ord: kiddies
or
oogie Any ACU 1200 5551212 "" \d\r d> c\soogie ogin: floyd ord: kiddies
Thanks to all those who replied!!!
Andy
More information about the Comp.unix.questions
mailing list