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

2024-01-16 Thread LitHack
Single quote behave normally but double quote is replacing the "$$" character with pid of open shell and "$" 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 hav

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

2024-01-16 Thread Thomas Wolff
Am 16/01/2024 um 11:50 schrieb LitHack: Single quote behave normally but double quote is replacing the "$$" character with pid of open shell and "$" 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