Source
- use double quotes to “escape” one single quote after ending the single quoted string and before starting the next part of the single quoted string
$ echo 'this is a single quote '"'"' inside a single quoted string'
this is a single quote ' inside a single quoted string