[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] read --echo=[yes|no|wildcard]
From: |
Robert Millan |
Subject: |
Re: [PATCH] read --echo=[yes|no|wildcard] |
Date: |
Sun, 10 Feb 2008 21:49:00 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
On Sun, Feb 10, 2008 at 09:16:59PM +0100, Yoshinori K. Okuji wrote:
> On Sunday 10 February 2008 14:16, Robert Millan wrote:
> > Adds a parameter to define echoing behaviour in read. Then one can use
> > --echo=no or --echo=wildcard to make it suitable for reading passwords.
>
> Can you describe how you are planning to use it?
This doesn't work yet, because of the lexer bug I mentioned in the other thread,
but roughly:
menuentry "LOCK" {
set menu_lock=1
}
menuentry "UNLOCK" {
echo -n "Password: "
read --echo=wildcard password
if test $password=grubrocks ; then
unset menu_lock
fi
}
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
- Re: [PATCH] read --echo=[yes|no|wildcard], (continued)
- Re: [PATCH] read --echo=[yes|no|wildcard], Robert Millan, 2008/02/10
- Re: [PATCH] read --echo=[yes|no|wildcard], Isaac Dupree, 2008/02/10
- Re: [PATCH] read --echo=[yes|no|wildcard], Robert Millan, 2008/02/10
- Re: [PATCH] read --echo=[yes|no|wildcard], Isaac Dupree, 2008/02/10
- [PATCH] erase variable data on user unset, Robert Millan, 2008/02/10
- Re: [PATCH] erase variable data on user unset, Robert Millan, 2008/02/10
- Re: [PATCH] erase variable data on user unset, Isaac Dupree, 2008/02/10
- Re: [PATCH] erase variable data on user unset, Isaac Dupree, 2008/02/10
- Re: [PATCH] erase variable data on user unset, Robert Millan, 2008/02/10
Re: [PATCH] read --echo=[yes|no|wildcard], Yoshinori K. Okuji, 2008/02/10
- Re: [PATCH] read --echo=[yes|no|wildcard],
Robert Millan <=