↧
Answer by Kusalananda for Execute python file from shell script based on the...
The issue is not due to any single quotes (I'm assuming you're referring to the single quotes displayed in the error output; these are just Python's way of displaying the error) but to the fact that...
View ArticleExecute python file from shell script based on the cat/awk output
I'm executing a python file based on the output from the cat/awk output. Say I have a file something like samp.txt: test.py test.conf dev.py dev.conf Now I have a small shell script, which cats the...
View Article