On Wednesday 23 November 2011 23:23:43 Chet Ramey wrote:
> I spent a little while messing around with git over the past couple of
> days, and ended up updating the bash git repository on savannah
> (http://git.savannah.gnu.org/cgit/bash.git to browse the sources).
> Bash-4.2 patch 20 is the head of
(+cc: help-bash, -cc: bug-bash, bcc: bug-bash)
Hi,
QGZ wrote:
> $ cat abc.sh
> #!/bin/bash
> tput lines
> echo $(tput lines)
[...]
> $ ./abc.sh 2>/dev/null
>
> We will get :
> 50
> 24
This is an ncurses question, not a "bash" questi
Chet Ramey wrote:
I spent a little while messing around with git over the past couple of
days, and ended up updating the bash git repository on savannah
(http://git.savannah.gnu.org/cgit/bash.git to browse the sources).
Bash-4.2 patch 20 is the head of the tree, and there's a branch
containing th