psutils icon indicating copy to clipboard operation
psutils copied to clipboard

BUG: "sudo echo {hello}" would ignore the curly brace"{}"

Open owenstake opened this issue 8 months ago • 0 comments

Command "sudo echo {hello}" would ignore the curly brace"{}"


PS D:\> sudo echo "{haha}"
haha

PS D:\> echo "{haha}"
{haha}

owenstake avatar Apr 22 '25 14:04 owenstake