psutils
psutils copied to clipboard
BUG: "sudo echo {hello}" would ignore the curly brace"{}"
Command "sudo echo {hello}" would ignore the curly brace"{}"
PS D:\> sudo echo "{haha}"
haha
PS D:\> echo "{haha}"
{haha}