Re: Bug with new lines

2020-08-24 Thread Chet Ramey
On 8/24/20 3:05 PM, Шкіпер Десна wrote: > Hello! > If I use something like `user@localhost:/folder$ echo -n 123`, then in a > new line before 'user...' I see '123', but it's yet normal, but if I use > something like `user@localhost:/folder$ echo -n $(echo 123)` or > `user@localhost:/folder$ printf

Bug with new lines

2020-08-24 Thread Шкіпер Десна
Hello! If I use something like `user@localhost:/folder$ echo -n 123`, then in a new line before 'user...' I see '123', but it's yet normal, but if I use something like `user@localhost:/folder$ echo -n $(echo 123)` or `user@localhost:/folder$ printf %s 123`, it may seem that everything is in order,