В Пнд, 12/05/2008 в 17:02 -0600, Bob Proulx пишет:
> The $0 is the name used to invoke the shell. If it starts with a '-'
> then this is used to instruct the shell that it is a login shell. The
> second variable $- is the flags set to the shell. The 'i' for
> interactive should be in there.
Ac
Hello.
Another bug report was filled in in our bugzilla:
http://bugs.gentoo.org/177095
bash-3.2 patch level 17.
If PS1 contains multibyte characters this confuses readline during
update_line. To reproduce set PS1='абвгдежзиклмноп ' and then press
Ctrl+R.
I've debuged problem a bit and although
On Пнд, 2007-03-26 at 17:35 +0200, Andreas Schwab wrote:
> Peter Volkov <[EMAIL PROTECTED]> writes:
> > Steps to reproduce:
> > PS1="\e[36m[\e[34m\u\e[0m \e[32m\w\e[36m] \\$\e[0m "
>
> This is broken. You need to bracket escape sequences with \[ \].
E
Hello.
The following bug (http://bugs.gentoo.org/172260)
==
Steps to reproduce:
PS1="\e[36m[\e[34m\u\e[0m \e[32m\w\e[36m] \\$\e[0m "
LC_ALL="en_US.UTF8"
ls
echo ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
Bash 3.1.* works correctl
On Вск, 2006-05-21 at 15:55 -0400, Paul Jarc wrote:
> [a-z] matches only one charater, but the pattern is not required to
> match against the entire string.
On Вск, 2006-05-21 at 13:57 -0600, Mike Stroyan wrote:
> The =~ regexp match will match a substring by default. You can use ^ and $
> to an
Hello.
Please CC my email to answers as I'm not subscribed to the list.
I have problems using =~ operator. I've tried to search for answer, but
failed. I'm using GNU bash, version 3.1.17. Can anybody give me some
examples of usage?
I really do not understand why
$ [[ "string" =~ "[a-z]" ]] && e
On Чтв, 2005-08-25 at 08:46 -0600, Bob Proulx wrote:
> Peter Volkov Alexandrovich wrote:
> > P.S. I'm not subscribed to the list, so please CC me.
>
> > I need to run ssh in background just to forward ports. But anytime I put
> > it into background process state be
Hello.
I need to run ssh in background just to forward ports. But anytime I put
it into background process state became stoped and this does not allow
me to send packets through forwarded ports. 'bg' command does not help.
How can I tell bash not to stop process? I've tried to trap signals, but
I