Hello,

We use the command "echo" in program building scripts.  When echoing build
parameters as "-n" alone, the characters "-n" are never echoed and by the
way are lost.
Ex.
> TOTO="-n"
> echo "$TOTO"
> echo "-n"
> echo "-n -a"
-n -a

I understand "-n" is an option of the "echo" command, but could it be
possible to print it as regular text when placed between quotes ?

PS.  We use the shell command "echo" of the RedHat V7.3 distribution

Thank you,

Pascal Maurel




_______________________________________________
Bug-sh-utils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-sh-utils

Reply via email to