On Thu, Oct 26, 2023, 9:07 PM Victor Pasko wrote:
> -- Forwarded message -
> From: Victor Pasko
> Date: Fri, Oct 27, 2023 at 1:57 AM
> Subject: Re: Strange results
> To: Dennis Williamson
>
>
>
> Also
>
> echo10 ${ASCII_SET:$((-10)):1}
>
On 10/26/23 10:53 AM, Victor Pasko wrote:
See some strange results below
echo9 u
echo10 u
And the most strange result
echo11
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Why do you think the results are strange? What are you expecting?
--