echo -n does not work as expected - OS X

Users browsing this thread: 1 Guest(s)
seninha
Long time nixers
Use
Code:
printf 123
instead.

Use printf if you do not want the newline.


Messages In This Thread
echo -n does not work as expected - by jkl - 17-04-2020, 05:26 PM
RE: echo -n does not work as expected - by seninha - 17-04-2020, 05:30 PM
RE: echo -n does not work as expected - by jkl - 17-04-2020, 05:36 PM
RE: echo -n does not work as expected - by z3bra - 20-04-2020, 05:35 AM
RE: echo -n does not work as expected - by jkl - 20-04-2020, 07:04 AM