escaping backtick in shell through python
I have a python script (a.py) that calls a shell script(b.sh). b.sh is responsible for updating a conf file through sed.
Here is a sample call.
I have a python script (a.py) that calls a shell script(b.sh). b.sh is responsible for updating a conf file through sed.
Here is a sample call.