[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug concatenating member of large array with string
From: |
Kerin Millar |
Subject: |
Re: Bug concatenating member of large array with string |
Date: |
Tue, 10 Aug 2021 15:07:20 +0100 |
On Tue, 10 Aug 2021 14:26:56 +0100
Joe Pater <joe@jpater.com> wrote:
> The attached bash script (named 'test'), when run on my laptop,
> produces the following output:
>
> xyzerg
>
> Instead of the expected:
>
> Aabergxyz
Try piping your script to "od -An -t x1 -c" and also taking a look at
https://mywiki.wooledge.org/BashFAQ/052.
--
Kerin Millar