Escaping single quotes in bash
To escape '
in single quoted string in bash you need to use: '"'"'
Better explained here: StackOverflow/questions/1250079
TweetTo escape '
in single quoted string in bash you need to use: '"'"'
Better explained here: StackOverflow/questions/1250079
Tweet