On Sat, Oct 02, 2021 at 01:41:35PM +0200, Léa Gris wrote:
> $ declare -f hello
>
> hello ()
> {
> echo 'hello';
> echo 'world'
> }
>
> The issue is that in some circumstances, newline characters may be handled
> as space, making the function declaration invalid.Can you show an example where the output of declare -f is invalid?
