The FUNCNEST variable is described unnecessarily twice. In section 3.4
Shell Functions, pages 16 and 17.
RR
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
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"
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
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
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
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
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
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