[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: answer to shell script question after login
From: |
Michael Albinus |
Subject: |
Re: answer to shell script question after login |
Date: |
Mon, 12 Dec 2011 14:09:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
Canellas <address@hidden> writes:
> Michael,
Hi Rodrigo,
> I appreciate a lot your help, but it still does not work. I am
> confident the regex is correct, so I think it is something else.
>
> (defconst dpa-prompt "19- MDBACT.+")
Maybe there is a trailing newline at the end of the login
message. ".+" does not match newlines.
Therefore, a valid regexp might be "19- MDBACT[^[:nonascii:]]+".
> Thanks!
>
> Rodrigo Canellas
Best regards, Michael.
- answer to shell script question after login, Canellas, 2011/12/07
- Re: answer to shell script question after login, Michael Albinus, 2011/12/08
- Message not available
- Re: answer to shell script question after login, Michael Albinus, 2011/12/08
- Re: answer to shell script question after login, Canellas, 2011/12/08
- Re: answer to shell script question after login, Michael Albinus, 2011/12/08
- Re: answer to shell script question after login, Canellas, 2011/12/08
- Re: answer to shell script question after login, Michael Albinus, 2011/12/08
- Message not available
- Message not available
- Re: answer to shell script question after login, Michael Albinus, 2011/12/09
- Re: answer to shell script question after login, Canellas, 2011/12/09
- Re: answer to shell script question after login, Canellas, 2011/12/12
- Re: answer to shell script question after login,
Michael Albinus <=
- Re: answer to shell script question after login, Canellas, 2011/12/12
- Re: answer to shell script question after login, Michael Albinus, 2011/12/12
- Re: answer to shell script question after login, Canellas, 2011/12/12
- Re: answer to shell script question after login, Michael Albinus, 2011/12/13