Escape backquote in a double-quoted string in shell

后端 未结 3 644
离开以前
离开以前 2021-01-01 08:41

For the command: /usr/bin/sh -c \"ls 1`\" (a backquote after 1).

How to make it run successfully? Adding a backslash before \"`\" does not work. ` is a special char

3条回答
提交回复
热议问题