s.pl...@juno.com wrote:
> Bash Version: 4.1
>
> When using date command with -d option, if the date is between
> "2010-03-14 02:00" and "2010-03-14 02:59" inclusive, it gives an
> "invalid date" error. You can test this with the following command:
> echo $(date -d "2010-03-14 02:00" +%s)
On Tue, Oct 4, 2011 at 8:49 PM, s.pl...@juno.com wrote:
> From: steve
> To: bug-bash@gnu.org
> Subject: bug in date command
>
> Configuration Information [Automatically generated, do not change]:
> Machine: i586
> OS: linux-gnu
> Compiler: gcc
> Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYP
From: steve
To: bug-bash@gnu.org
Subject: bug in date command
Configuration Information [Automatically generated, do not change]:
Machine: i586
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i586-mandriva-linux-g
On 10/4/11 2:48 PM, David Parks wrote:
> Version: GNU bash, version 4.2.8(1)-release (x86_64-pc-linux-gnu) on Ubuntu
> 10.04
>
> If I set an associative array, as in:
>
> MYARRAY["something"]="Goobledygook"
>
> Then I set that same variable name again later (and so on in a loop). The
> earlier
Version: GNU bash, version 4.2.8(1)-release (x86_64-pc-linux-gnu) on Ubuntu
10.04
If I set an associative array, as in:
MYARRAY["something"]="Goobledygook"
Then I set that same variable name again later (and so on in a loop). The
earlier variables are never released from memory, before I re-set
On Mon, Oct 03, 2011 at 02:20:26AM -0400, d...@cs.cmu.edu wrote:
> PS1="\e[7m\h:\w>\e[0m "
You forgot to put \[ ... \] around the non-cursor-moving escape sequences.
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKA