bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68501: Misbehaving of text inside double quotes" " in shell


From: LitHack
Subject: bug#68501: Misbehaving of text inside double quotes" " in shell
Date: Tue, 16 Jan 2024 16:20:41 +0530

Single quote behave normally but double quote is replacing the "$$"
character with pid of open shell and "$<some text >" would not print
anything as if it acting as a comment. Basically the problem is that double
is parsing some of special character which it should not.
In the attachment you would see hash having "$" in between then and is
being parsed as mentioned above and hence does not write anything in file.
Thanks and Regards.

Attachment: Screenshot from 2024-01-16 15-20-47.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]