[comp.unix.questions] Imbed spaces in uucp login sequence? SOLUTION!

ahm@rick.att.com (Andy Meyer) (10/23/90)

In article <370@rick.att.com> ahm@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