Environment variables in Kubernetes task

Hi,

I’m a bit confused about the current task …

It asks to execute the below as args
'while true; do echo -en ‘/n’;
I guess it should be
'while true; do echo -en ‘\n’;

I’m asking because it’s not printing new line in the output it’s printing ‘/n’
Is it on purpose ?

Thanks

Hello, @wael.sadek
Thanks for your feedback. KKE team will look into it.