Am 01.11.24 um 14:42 schrieb Sven Schreiber:
Am 01.11.2024 um 11:18 schrieb Artur T.:
> Dear all,
>
> Is it possible to use formatted printing for string arrays? If so,
> how? If now, why?
>
Why not? I guess nobody implemented it... Sorry, bad joke.
Hehe, fair point.
But seriously, what do you want to achieve exactly? Get rid of the
line
numbers perhaps? Does this help?:
printf "Content: \n%s\n", flatten(S)
Yes, that's actually clever and fully sufficient for my use case. I
simply wanted to print the content of S. Thanks.
Best,
Artur