Source
- use backticks
$ echo "this is a double quote `" inside a double-quoted string"
this is a double quote " inside a double-quoted string
Source
$ echo "this is a double quote `" inside a double-quoted string"
this is a double quote " inside a double-quoted string