From: nobu@... Date: 2006-08-10T22:42:43+09:00 Subject: Re: net/telnet Hi, At Thu, 10 Aug 2006 22:18:38 +0900, M. Edward (Ed) Borasky wrote in [ruby-talk:207547]: > IIRC there's a "standard" regex one uses that will match most common > UNIX prompts, but I can't remember what it is. It includes "\$" and "#" > and "%", but I don't remember what else there is. "#" is for super user. "$" and "%" are for ordinary users, and defaults in Bourne shell and C shell respectively. -- Nobu Nakada