bashref - FUNCNEST

2011-04-05 Thread Roman Rakus
The FUNCNEST variable is described unnecessarily twice. In section 3.4 Shell Functions, pages 16 and 17. RR

Re: bashref - FUNCNEST

2011-04-05 Thread Roman Rakus
On 04/05/2011 03:43 PM, Roman Rakus wrote: The FUNCNEST variable is described unnecessarily twice. In section 3.4 Shell Functions, pages 16 and 17. RR As always I've done mistakes. It is section 3.3. The version of bash is 4.2 (the latest released). RR

Re: Potential bug in library search for libiconv in static build

2011-04-05 Thread gmail
Hello, I have to apologize because i have not fully read you, there probably a more efficient way to deal with static librariries in the iconv distribution. Therefore, the suggested patch was of no use. Another point, i see that the tests/intl2.sub make a direct call to a "/usr/bin/printf"

Re: Potential bug in library search for libiconv in static build

2011-04-05 Thread Chet Ramey
On 4/5/11 3:22 PM, gmail wrote: > > Hello, > > I have to apologize because i have not fully read you, there probably a > more efficient way to deal with static librariries in the iconv distribution. > Therefore, the suggested patch was of no use. It has the advantage of working. I haven't ident

Unexpected behavior with TZ

2011-04-05 Thread gmail
Hello, While looking after the multibyte test, i notice a behavior with printf3.sub that surprises me. The following screen caps are a good resume : [user@pompomgalli] $ cd bash-4.2_build [user@pompomgalli] $ ./bash [user@pompomgalli] $ echo $TZ Europe/Paris [user@pom

awk or sed

2011-04-05 Thread ali hagigat
I have a variable like this: var1=Makefile .xcompile /root/build/.config src/arch/i386/Makefile.inc means some words separated by spaces. I want to print each word on a separate line. I think I have to use "awk" or "sed" string processing tools. I wonder if anybody have experience with them or any

Re: awk or sed

2011-04-05 Thread Chris F.A. Johnson
On Wed, 6 Apr 2011, ali hagigat wrote: I have a variable like this: var1=Makefile .xcompile /root/build/.config src/arch/i386/Makefile.inc means some words separated by spaces. I want to print each word on a separate line. I think I have to use "awk" or "sed" string processing tools. I wonder if

Re: awk or sed

2011-04-05 Thread ali hagigat
Very nice . It worked. I want to study your book. Thank you. Regards On Wed, Apr 6, 2011 at 7:47 AM, Chris F.A. Johnson wrote: > On Wed, 6 Apr 2011, ali hagigat wrote: > >> I have a variable like this: >> var1=Makefile .xcompile /root/build/.config src/arch/i386/Makefile.inc >> means some words s

Re: awk or sed

2011-04-05 Thread Andres Perera
On Tue, Apr 5, 2011 at 10:39 PM, ali hagigat wrote: > I have a variable like this: > var1=Makefile .xcompile /root/build/.config src/arch/i386/Makefile.inc > means some words separated by spaces. I want to print each word on a > separate line. I think I have to use "awk" or "sed" string processing